@extends('layouts.master') @section('styles') @endsection @section('content') @php $breadcrumbs = [ ['label' => 'Dashboard', 'url' => route('admin.dashboard')], ['label' => 'Daily Offers', 'url' => '#', 'active' => true], ]; @endphp
Add Offer @php $columns = [ ['checkbox' => true, 'class' => 'ps-4'], ['label' => 'Banner'], ['label' => 'Title'], ['label' => 'Approve Type'], ['label' => 'Coin'], ['label' => 'Daily Limit'], ['label' => 'All Time Completed'], ['label' => 'Status'], ['label' => 'Expire AT'], ['label' => 'Action'], ]; @endphp
@endsection @section('scripts') @include('layouts.components.common-script') @endsection