@extends('layouts.master') @section('title', 'Gallery Entry') @section('main-content')
Home > Gallery Entry
Gallery Entry
@csrf
@error('title') {{ $message }} @enderror
@error('image') {{ $message }} @enderror

Gallery List
@foreach ($gallery as $item) @endforeach
SL Title Image Action
{{ $loop->index + 1 }} {{ $item->title }}
@endsection @push('scripts') @endpush