@extends('layout.master') @section('content') @php $userType = \App\Helpers\Helpers::getUserRole()->type_id ?? []; $menu = $_GET['menu'] ?? ''; @endphp
{{ csrf_field() }}
@if ($errors->has('title'))

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

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

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

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

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

@endif
{{-- --}}
No dates selected.
No dates selected.
@if ($errors->has('attachment'))

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

@endif
Cancel
@push('scripts') @endPush @endsection