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

التفاصيل


@if(count($images)>0)
@foreach($images as $image)
@endforeach
@endif
إلغاء {{--
--}} {{--{!! Form::open(['route' => 'familyrequests.reviewed','method' => 'post',]) !!}--}} {{----}} {{--{!! Form::submit(' تغييرالحالة إلي تنتظر المراجعة', ['class' => 'btn btn-primary btn-cons']) !!}--}} {{--{!! Form::close() !!}--}} {{--
--}}
{!! Form::open(['route' => 'familyrequests.reviewed','method' => 'post',]) !!} {!! Form::submit('تغييرالحالة إلي تنتظر المراجعة', ['class' => 'btn btn-danger btn-cons']) !!} {!! Form::close() !!}
@endsection