@extends('layouts.master') @section('styles') @endsection @section('content') @php $breadcrumbs = [ ['label' => 'Dashboard', 'url' => route('admin.dashboard')], ['label' => 'Daily Missions', 'url' => '#', 'active' => true], ]; @endphp
@foreach($cards as $card) @endforeach
Add Mission @php $columns = [ ['checkbox' => true, 'class' => 'ps-4'], ['label' => 'ICON'], ['label' => 'Title'], ['label' => 'Subtitle'], ['label' => 'Task Type'], ['label' => 'Task Require'], ['label' => 'Rewards'], ['label' => 'Daily Reset'], ['label' => 'Total Completed'], ['label' => 'Status'], ['label' => 'Action'], ]; @endphp
@endsection @section('scripts') @include('layouts.components.common-script') @endsection