@extends('layouts.master') @section('page-content')

Gallery

Gallery List
@foreach($gallery as $gallery) @endforeach
# Title Description Action
{{ $loop->iteration }} {{ $gallery->title }} {{ $gallery->description }} {{-- --}} {{-- --}}
@endsection @push('page-script') @endpush