|
|
{{--{!! WebsiteViewHelper::loadImage($image->image, $folder_name, '300') !!}--}}
@if(isset($image->image))
@endif
{!! Form::file('gallery_image[]') !!}
|
{!! Form::text('gallery_caption[]', $image->caption, ["placeholder" => "Caption", "class" => "col-xs-10 col-sm-11"]) !!}
|
{!! Form::select('gallery_status[]', ['active' => 'Active', 'in-active' => 'Inactive'], $image->status, ['class' => 'from-control']) !!}
|
|