@extends('layouts.master')
@section('page-content')
Gallery
| # |
Title |
Description |
Action |
@foreach($gallery as $gallery)
|
{{ $loop->iteration }}
|
{{ $gallery->title }}
|
{{ $gallery->description }}
|
{{--
--}}
{{--
--}}
|
@endforeach
@endsection
@push('page-script')
@endpush