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

Tolly Fest Point

Add Tolly Fest Point

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

{{ $errors->first('point_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_point.scripts.index') @stop