@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' => 'generalnewsrequests.reviewed','method' => 'post',]) !!}--}} {{----}} {{--{!! Form::submit(' تغييرالحالة إلي تمت المراجعة', ['class' => 'btn btn-primary btn-cons']) !!}--}} {{--{!! Form::close() !!}--}} {{--
--}}
{!! Form::open(["method" => "POST","route" => ["admin.generalnewsrequests.reviewed",$GeneralNewsRequest['id']]]) !!} {!! Form::close() !!}
{!! Form::open(["method" => "DELETE","route" => ["admin.generalnewsrequests.destroy", $GeneralNewsRequest['id']],"class" => "inline deleteaction actions-form"]) !!} {!! Form::close() !!}
@endsection