@extends('admin.layouts.master') @section('content')

{{ __('Edit Service') }}

{{ __('All Items') }}
@csrf
@if($service->banner==null) @else @endif
@if($service->pdf==null) @else @endif
@endsection