@extends('layouts.simple.master') @section('title', 'Update Contest') @section('css') @endsection @section('style') @endsection @section('breadcrumb-title')

Edit Contest

@endsection @section('breadcrumb-items') @endsection @section('content')
Edit Contest
@csrf
@php $priceTypes = app('bmf')->priceTypes(); @endphp
featured == 1 ? 'checked' : '' }} name="featured" />
@if ($contest->images()->count() > 0) @endif
@endsection @section('script') @endsection