@extends('admin.layout.app') @section('title', 'Sehat Health Care - Create Services ') @push('headerscript') @endpush @section('content')

Services

{!! Form::model($row, ['method'=>'patch', 'files' => true, 'route' => ['services.update', $row->id]]) !!} @csrf
{{ $errors->first('services_title')}}
{{ $errors->first('services_image',$row->services_image)}}
{{ $errors->first('services_description')}}

@endsection @push('footerscript') @endpush