@if ($icon_url)

{{ __('Icon') }}

@if ($is_custom)

{{ __('Delete Icon') }}

@endif
@endif

{{ __('Image will be re-sized to :dimensions. JPG, GIF, PNG accepted.', ['dimensions' => '50x50']) }}

@include('partials/field_error', ['field'=>'icon'])
@section('javascript') @parent $(document).ready(function(){ $('#mi-delete-icon').click(function(e) { $('#mi-icon-container').remove(); e.preventDefault(); }); }); @endsection