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

Edit Service

Back to List
@csrf @method('PUT')
{!! $service->description !!}

@if($service->image) @else @endif
@endsection @section('custom_script') @endsection