@extends('backends.layouts.master_layout') @section('title','Gallery Types') @section('page_heading','Gallery Types') @section('content')
@include('backends.includes.notification')
@if($search) Clear Search @endif
@foreach($galleryTypes as $k => $data) @endforeach
SL Title Sort By Status Action
{{$k+1}} {{$data->title}} {{$data->sort_by}} @if($data->is_active == 0) Disabled @else Enabled @endif
{{-- {{$datas->appends(['search'=>$search])}}--}}
@include('.backends.includes.delete-modal') @endsection