@extends('layouts.master') @section('styles') @endsection @section('content') @php $breadcrumbs = [ ['label' => 'Dashboard', 'url' => route('admin.dashboard')], ['label' => 'Home Slider', 'url' => '#', 'active' => true], ]; @endphp
Add Slider @php $columns = [ ['checkbox' => true, 'class' => 'ps-4'], ['label' => 'Image'], ['label' => 'Title'], ['label' => 'Type'], ['label' => 'Action'], ['label' => 'Url'], ['label' => 'Status'], ['label' => 'Action'], ]; @endphp
{{-- Model --}} {{-- End model --}} {{-- Model --}} {{-- End model --}} @endsection @section('scripts') @include('layouts.components.common-script') @endsection