@extends('layouts.master') @section('title', 'Gallery Admin') @section('css') @endsection @section('pageContent') @include('layouts.breadcrumb', ['title' => 'Gallery', 'subtitle' => 'Home', 'link' => 'admin.dashboard'])
This is the list of all gallery. and you can manage them. with the help of this table.
Gallery | Title | Date | Slider Active | Action |
---|---|---|---|---|
|
{{ $gallery->gallery_name }} | {{ $gallery->date }} | @if($gallery->is_active) Active @else Inactive @endif |
|