@extends('app') @section('content') @if($errors->any())
@foreach($errors->all() as $error)

{{ $error }}

@endforeach
@endif

اخبار الوفيات - {{$request_type=='Add' ? 'أضافة' : 'تحرير'}}


@if($request_type=='Edit') حفظ @endif
{!! Form::submit('التالي', ['class' => 'btn btn-info btn-cons btn-submit', 'onclick'=>'$("#add_locations_form").trigger("submit");']) !!}
السابق


{!! Form::model($deathnews,['route'=>['deathnews.addlocations','deathnews'=>$deathnews->id,'q'=>$request_type],'method'=>'PUT', 'id'=>'add_locations_form']) !!}

الموقع

{!! Form::label('Description', 'معلومات مبدئية/اضافية تظهر تحت الخبر', ['class' => 'form-label', 'style' => 'font-size: 17px']) !!}
{!! Form::textarea('location_description', null, ['class' => 'form-control','rows'=>7,'style'=>'direction: rtl;','id'=>'news_location_description']) !!} 500 @lang('helpers.char_count_text')

@if($deathnews) @foreach($deathnews->locations->sort() as $location)