@extends('layouts.dashboard') @section('contents') @if(Session::has('success')) Info Circular is added successfully. Add Posts Now! @php Session::forget('success'); @endphp Close @elseif(Session::has('failed')) Info Operation is failed with below errors -{{ Session::get('failed') }} @php Session::forget('failed'); @endphp Close @endif Add New Circular @csrf *Memo No @error('memo') Oops! {{ $message }}. @enderror *Title @error('title') Oops! {{ $message }}. @enderror *Application Start @error('start_app') Oops! {{ $message }}. @enderror *Application End @error('end_app') Oops! {{ $message }}. @enderror *Notice PDF file Size should be Max 10MB. @error('req_doc') Oops! {{ $message }}. @enderror *Fees @error('fees') Oops! {{ $message }}. @enderror Add Circular @endsection @section('scripts') @endsection
Operation is failed with below errors -{{ Session::get('failed') }}
Oops! {{ $message }}.
PDF file Size should be Max 10MB.