@extends('backend.layouts.app') @section('title',__('label.update_sant_page_title').' | '.env('APP_NAME')) @push('after-styles') @endpush @section('breadcrumb')
@endsection @section('content')

{{ __('label.update_sant_form_title') }}

{{ Form::model($sant,['route' => ['admin.sant.update', $sant->id],'method' => 'PATCH','id' => 'updateSantForm', 'files' => true]) }} @include('backend.sant.partials._form') {{ Form::close() }}
@endsection @section('after-scripts') @component('backend.layouts.components.validation')@endcomponent {{-- Google Map script --}} @endsection