@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 {{--@if($request_type=='Add') {!! Breadcrumbs::render('admin.generalnews.create') !!} @else {!! Breadcrumbs::render('admin.generalnews.edit',$worthy) !!} @endif--}}

{!! Form::model($worthy,['route'=>['admin.worthy.addimages','worthy'=>$worthy->id,'q'=>$request_type],'method'=>'PUT', 'id'=>'addnewsimages_form',"enctype"=>"multipart/form-data"]) !!}
@if($request_type=='Edit') Save @endif {!! Form::submit('التالى', ['class' => 'btn btn-info btn-cons pull-right','id' => 'btn-submit']) !!} الى الخلف
{!! Form::close() !!}
{{--@if(Auth::user()->can('generalnews-create')) إضافة صورة @endif--}}
@if(Auth::user()->can('worthy-destroy')) حذف @endif
# صور
{!! Form::open(['method' => 'POST','class' => 'inline','id'=> 'bulkaction']) !!} {!! Form::close() !!} @endsection {{--Scripts section--}} @section('page_script') @endsection