@extends('backends.layouts.master_layout') @section('title','Gallery') @section('page_heading','Gallery') @section('content')
@include('backends.includes.notification')
@if($search) Clear Search @endif
@foreach($gallery as $k => $data) @endforeach
SL Category Title Type Image Status Action
{{$k+1}} {{ $data->gallery_category }} {{ $data->title }} {{ $data->gallery_type }} @if($data->image) Gallery Image @elseif($data->url) @else No image or URL provided. @endif @if($data->is_active == 0) Disabled @else Enabled @endif
{{-- {{$datas->appends(['search'=>$search])}}--}} {{$gallery->links()}}
@include('.backends.includes.delete-modal') @endsection