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

Edit Featured Contest

@endsection @section('breadcrumb-items') @endsection @section('content')
Edit Featured Contest
@csrf
featured == 1 ? 'checked' : '' }} name="featured" />
@endsection