@extends('layouts.master') @section('styles') @endsection @section('content') @php $breadcrumbs = [ ['label' => 'Dashboard', 'url' => route('admin.dashboard')], ['label' => 'Ads', 'url' => '#', 'active' => true], ['label' => 'Advertise Setting', 'url' => '#', 'active' => true], ]; @endphp
Task Setting
@csrf
@csrf
@csrf
@csrf
@endsection @section('scripts') @include('layouts.components.common-script') @vite('resources/assets/js/select2.js') @endsection