@extends('layouts.master') @section('styles') @endsection @section('content') @php $breadcrumbs = [ ['label' => 'Dashboard', 'url' => route('admin.dashboard')], ['label' => 'Refer Contest', 'url' => route('admin.refercontest.index'), 'active' => false], ['label' => 'Completed Product Contest', 'url' => '#', 'active' => true], ]; @endphp
{{-- Add Contest --}} @php $columns = [ ['checkbox' => false, 'class' => 'ps-4','label' => 'ID'], ['label' => 'User'], ['label' => 'Product'], ['label' => 'Product Title'], ['label' => 'Contact Info'], ['label' => 'Delivery Address'], ['label' => 'Current Status'], ['label' => 'Submission Date'], ['label' => 'Last Updated'], ['label' => 'Action'], ]; @endphp
@csrf @slot('footer')
@endslot
@endsection @section('scripts') @include('layouts.components.common-script') @endsection