@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

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

شخصيات

{!! Form::model($worthy,['route'=>['worthy.addworthy','worthy'=>$worthy->id,'q'=>$request_type],'method'=>'PUT', 'id'=>'basicinfo_form', 'files' => true,'enctype' => 'multipart/form-data']) !!}
@if($request_type=='Edit') حفظ @endif {!! Form::submit('التالى', ['class' => 'btn btn-info btn-cons pull-right','id' => 'btn-submit']) !!}
@if(isset($worthy->family_member_id) && $worthy->family_member_id !='' && $worthy->family_member_id !=0) @else @endif
{{--*/ $return = $worthy ? $worthy->cover_image : false /*--}}
اختر صورة تغيير الصورة {!! Form::file('cover_image', ['class' => 'cover-image upload_image_class']) !!} قص الصورة
الحجم الأقصى المسموح به: 1MB
مقاس صورة الغلاف يجب أن تتكون من أضعاف 1:1
@if($request_type=='Add') إلغاء @else إلغاء @endif
{!! Form::submit('التالى', ['class' => 'btn btn-info btn-cons','id' => 'btn-submit']) !!}
{!! Form::close() !!}