@extends('app') @section('content') @if(Session::has('flash_message'))
{!! Session::get('flash_message') !!}
@endif @if($errors->any())
@foreach($errors->all() as $error)

{{ $error }}

@endforeach
@endif
الأوقاف

{!! Form::model($awkaf, ['method' => 'PATCH','route' => ['awkaf.update', $awkaf->id],'id'=>'form_awkaf', "enctype"=>"multipart/form-data"]) !!}
{!! Form::text('title', null, ['class' => 'form-control','id'=>'title','required'=>true]) !!} 60 الحروف المتبقية
@include('admin.awkaf._cover_image')
{!! Form::textarea('description', null, ['class' => 'form-control','id'=>'description']) !!} 5000 الحروف المتبقية
{!! Form::submit('حفظ', ['class' => 'btn btn-primary pull-right']) !!}

{!! Form::close() !!} @include('admin.awkaf._contacts') @include('admin.awkaf._additional_images')
@endsection @section('page_script') @endsection