Photo Gallery

@if (count($errors) > 0) @foreach ($errors->all() as $error) @endforeach @endif @if (Session::get('message')) @endif

Add New Photo Please fill up this form carefully


{{ csrf_field() }}
{{ $errors->has('photo_path') ? $errors->first('photo_path'):''}}