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

التفاصيل


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