@extends('adminlte::page') @section('title', 'Edit Tolly Fest Result') @section('content_header') @stop @section('content') Edit Tolly Fest Result Home Tolly Fest Results Edit Update Tolly Fest Result @csrf Title @if ($errors->has('notice_title')) {{ $errors->first('notice_title') }} @endif Date @if ($errors->has('date')) {{ $errors->first('date') }} @endif File (PDF only) @if ($item->file) Current File: View PDF @endif @if ($errors->has('file')) {{ $errors->first('file') }} @endif Status -- Select Status -- status) == '1' ? 'selected' : '' }}>Active status) == '0' ? 'selected' : '' }}>Inactive @if ($errors->has('status')) {{ $errors->first('status') }} @endif Start Date & Time @if ($errors->has('start_date_time')) {{ $errors->first('start_date_time') }} @endif End Date & Time @if ($errors->has('end_date_time')) {{ $errors->first('end_date_time') }} @endif @stop @section('js') @include('admin.tolly_fest_results.scripts.index') @stop
{{ $errors->first('notice_title') }}
{{ $errors->first('date') }}
Current File: View PDF
{{ $errors->first('file') }}
{{ $errors->first('status') }}
{{ $errors->first('start_date_time') }}
{{ $errors->first('end_date_time') }}