@extends('layouts.simple.master') @section('title', 'Update Contest') @section('css') @endsection @section('style') @endsection @section('breadcrumb-title') @endsection @section('breadcrumb-items') @endsection @section('content')
Update Contest
@csrf
@php $priceTypes = app('bmf')->priceTypes(); @endphp
$
featured==1 ? 'checked':''}} name="featured"/>
@if($contest->images()->count() > 0) @endif
@endsection @section('script') @endsection