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

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

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