@extends('templates/modal') @section('modal_id', $modal_id) @section('title') {{ __('Crop Image') }} ({{$full_width}} x {{$full_height}}) @endsection @section('main-tabs')
Size:
@foreach ($sizes as $name => $info) @if ((strpos($name,'__')!==0))
{{ ucwords(str_replace('_', ' ', str_replace('-', ' ', $name))) }}
@endif @endforeach
@endsection @section('editor') @endsection @section('sidebar-content')
@if ($crop_exists)

{{ __('Current')}} {{(ucwords(str_replace('-', ' ', $size)))}} ({{$cropped_width}} x {{$cropped_height}})

@else

{{ __('Current')}} {{(ucwords(str_replace('-', ' ', $size)))}} ({{$crop_width}} x {{$crop_height}})

{{ __('Crop not generated yet, use the crop button here below to generate it')}}

@endif

{{ __( 'Crop preview') }}

@endsection @section('sidebar-actions')
{{ __('Reset Crop') }} {{ __('Crop Image') }}
@endsection @section('bottom-bar')
@endsection @section('script') @endsection