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

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

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