@extends('adminlte::page') @section('title', 'Tolly Fest Team') @section('content_header') @stop @section('content')

Tolly Fest Team

Add Tolly Fest Team

@csrf
@if ($errors->has('notice_title'))

{{ $errors->first('notice_title') }}

@endif
@if ($errors->has('date'))

{{ $errors->first('date') }}

@endif
@if ($errors->has('file'))

{{ $errors->first('file') }}

@endif
@if ($errors->has('status'))

{{ $errors->first('status') }}

@endif
@if ($errors->has('start_date_time'))

{{ $errors->first('start_date_time') }}

@endif
@if ($errors->has('end_date_time'))

{{ $errors->first('end_date_time') }}

@endif
@stop @section('js') @include('admin.tolly_fest_teams.scripts.index') @stop