@extends('layouts.admin.master') @section('title') Gallery Management - {{ ucfirst($type ?? 'featured') }} @endsection @section('content')

{{ ucfirst($type ?? 'featured') }} Gallery

@if(($type ?? 'featured') === 'featured') {{-- Featured Gallery Table --}}
SL Type Title Media Status Order Created By Action
@else {{-- Sponsored Gallery Table --}}
SL Type Sponsor Title Media Status Approved By Valid Till Action
@endif
@endsection @push('js') @endpush