@if(isset($title))

{{ $title }}

@endif
{!! Form::hidden($name ?? '', $source ?? '', ['id' => $name ?? '', 'data-width' => $width ?? '', 'data-height' => $height ?? '', 'data-element_id' => $name ?? '', 'class' => $hidden_class ?? '']) !!} {!! Form::hidden($width_name ?? 'width', $width ?? '', ['id' => 'image_cropping_hidden_width', 'class' => $name ?? '']) !!} {!! Form::hidden($height_name ?? 'height', $height ?? '', ['id' => 'image_cropping_hidden_height', 'class' => $name ?? '']) !!} @if(isset($file_manager_modal) && $file_manager_modal) @include('admin.partials.image_cropping.file_manager') @endif