Server : Apache System : Linux 145.162.205.92.host.secureserver.net 5.14.0-611.45.1.el9_7.x86_64 #1 SMP PREEMPT_DYNAMIC Wed Apr 1 05:56:53 EDT 2026 x86_64 User : tradze ( 1001) PHP Version : 8.1.34 Disable Function : NONE Directory : /home/tradze/public_html/app/Modules/Events/Resources/Views/admin/ |
{{--file--}}
<div class="portlet gal">
<div class="portlet-title">
<div class="actions">
<button type="button" class="btn btn-sm red delete_gallery tooltips" title="{{ trans('general.action_delete') }}"><i class="fa fa-remove"></i></button>
</div>
</div>
<div class="portlet-body">
<div class="row">
<div class="col-md-3">
<div class="form-group @if (isset($key)){{ $errors->has('photo.'.$key) ? 'has-error' : '' }}@endif">
<div class="col-md-9">
<div class="fileinput fileinput-new" data-provides="fileinput">
<div class="fileinput-new thumbnail" style="width: 200px; height: 150px;">
<img src="http://www.placehold.it/200x150/EFEFEF/AAAAAA&text=event+image" alt=""/>
</div>
<div class="fileinput-preview fileinput-exists thumbnail" style="max-width: 200px; max-height: 150px;"></div>
<div>
<span class="btn default btn-file">
<span class="fileinput-new">Select image</span>
<span class="fileinput-exists">Change</span>
<input type="file" name="photo[]">
</span>
<a href="#" class="btn default fileinput-exists" data-dismiss="fileinput">Remove </a>
</div>
</div>
@if (isset($key))
<div class="help-block">
{{ $errors->first('photo.'.$key, ':message') }}
</div>
@endif
</div>
</div>
</div>
<div class="col-md-8">
<div class="form-group @if (isset($key)){{ $errors->has('file_order.'.$key) ? 'has-error' : '' }}@endif">
<div class="col-md-9 col-md-offset-3">
<div class="input-group tooltips" title="{{ trans('banners::banners.form_file_order') }}">
<span class="input-group-addon">
<i class="fa fa-sort-numeric-asc"></i>
</span>
{!! Form::text(@isset($key)?"file_order[$key]":"file_order[]", null, array('class' => 'form-control','placeholder'=>trans('banners::banners.form_file_order'))) !!}
<span class="help-block">
@if (isset($key))
{{ $errors->first('file_order.'.$key, ':message') }}
@endif
</span>
</div>
</div>
</div>
<div class="form-group @if (isset($key)){{ $errors->has('file_title.'.$key) ? 'has-error' : '' }}@endif">
<div class="col-md-9 col-md-offset-3">
<div class="input-group tooltips" title="{{ trans('banners::banners.form_file_title') }}">
<span class="input-group-addon">
<i class="fa fa-info-circle"></i>
</span>
{!! Form::text(@isset($key)?"file_title[$key]":"file_title[]", null, array('class' => 'form-control','placeholder'=>trans('banners::banners.form_file_title'))) !!}
<span class="help-block">
@if (isset($key))
{{ $errors->first('file_title.'.$key, ':message') }}
@endif
</span>
</div>
</div>
</div>
{{--<div class="form-group @if (isset($key)){{ $errors->has('file_url.'.$key) ? 'has-error' : '' }}@endif">--}}
{{--<div class="col-md-9 col-md-offset-3">--}}
{{--<div class="input-group tooltips" title="{{ trans('banners::banners.form_file_url') }}">--}}
{{--<span class="input-group-addon">--}}
{{--<i class="fa fa-link"></i>--}}
{{--</span>--}}
{{--{!! Form::text(@isset($key)?"file_url[$key]":"file_url[]", null, array('class' => 'form-control','placeholder'=>trans('banners::banners.form_file_url_placeholder'))) !!}--}}
{{--<span class="help-block">--}}
{{--@if (isset($key))--}}
{{--{{ $errors->first('file_url.'.$key, ':message') }}--}}
{{--@endif--}}
{{--</span>--}}
{{--</div>--}}
{{--</div>--}}
{{--</div>--}}
</div>
</div>
</div>
</div>
{{--end file--}}