@extends('layouts.app') @section('content')
{{ !empty($title) ? $title : 'Gallery Image' }}
@if ($errors->any()) @endif
@endsection