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