@php $postUrl = isset($postUrl) ? $postUrl : URL::full() @endphp @php $disabled = isset($disabled) ? 'disabled' : '' @endphp @php $picture = isset($picture) ? $picture : asset("/assets/img/default-user-picture.png") @endphp
Picture
{!! Form::open(['files'=>true, 'method' => 'DELETE' ,'url' => $postUrl]) !!} {!! Form::submit('Delete',['name' => 'imageDelete', 'class' => 'btn btn-danger', $disabled]) !!} {!! Form::close() !!}
@include('user/layouts/crop-modal', ['postUrl' => $postUrl]) {{--Image Upload And Cropper--}} {{----}} {{----}} {{--Active--}} {{--END--}} {{----}} {{----------------------------}}