@extends('app') @section('content') @if(Session::has('flash_message'))
{!! Session::get('flash_message') !!}
@endif {{--{!! Breadcrumbs::render('admin.generalrequests.create') !!}--}}

التفاصيل


{{$GeneralRequests->title}}
{!! str_replace(PHP_EOL, '
', $GeneralRequests->description) !!} {{--{{$GeneralRequests->description}}--}}
@if(count($images)>0)
@foreach($images as $image)
@endforeach
@endif
إلغاء {{--
--}} {{--{!! Form::open(['route' => 'generalrequests.reviewed','method' => 'post',]) !!}--}} {{----}} {{--{!! Form::submit(' تغييرالحالة إلي تنتظر المراجعة', ['class' => 'btn btn-primary btn-cons']) !!}--}} {{--{!! Form::close() !!}--}} {{--
--}}
{!! Form::open(['route' => 'generalrequests.reviewed','method' => 'post',]) !!} {!! Form::submit('تغييرالحالة إلي تنتظر المراجعة', ['class' => 'btn btn-danger btn-cons']) !!} {!! Form::close() !!}
{{--
--}} {{--{!! Form::open(["method" => "DELETE","route" => ["admin.generalrequests.destroy",$GeneralRequests['id']],'id'=>'delete_record','class' => 'inline deleteaction']) !!}{!! Form::close() !!}--}} {{--
--}}
@endsection