@extends('adminlte::page') @section('title', 'Edit photo gallery') @section('content_header')
Gallery Details
{!! Html::image('images/photoGallery/'.$photoGallery->image, '', ['width'=>200]) !!}
{!! Form::label('image', 'Gallery main image') !!} {!! Form::file('image') !!}Please review the upload instructions in 'Reminder!'
You can select multi images
{!! Form::file('gImg[]', ['multiple']) !!} {!! Form::hidden('decorationId', $photoGallery->id) !!}Please review the upload instructions in 'Reminder!'
Available actions
Delete All - {!! Form::submit('Delete Selected', ['class'=>'btn btn-danger']) !!}