@extends('dash.layouts.app') @push('title') Gallery @endpush @push('head') @endpush @section('content')
Add New Gallery Image
@csrf @if (count($errors) > 0)
    @foreach ($errors->all() as $error)
  • {{ $error }}
  • @endforeach
@endif
Title ** {{ $errors->first('title') }}
Description {{ $errors->first('desc') }}
Thumbnail {{ $errors->first('thumbnail') }}
Large Image {{ $errors->first('banner') }}
Status
@endsection