@extends('layouts.simple.master') @section('title', 'Create Contest') @section('css') @endsection @section('style') @endsection @section('breadcrumb-title') @endsection @section('breadcrumb-items') @endsection @section('content')
create contest
@csrf
@php $priceTypes = app('bmf')->priceTypes(); @endphp
$
@endsection @section('script') @endsection