@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