Iman Gallery
{!! csrf_field() !!} @if (count($errors) > 0)
Whoops!
There were some problems with your input.
@foreach ($errors->all() as $error)
{{ $error }}
@endforeach
@endif @if ($message = Session::get('success'))
×
{{ $message }}
@endif
Title:
Image:
Upload
@if($images->count()) @foreach($images as $image)
{{ $image->title }}
{!! csrf_field() !!}
@endforeach @endif