@extends('layout.layout') @section('title') Subject Details @endsection @section('backurl') / @endsection @section('content')
@csrf @method('POST')

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

{{ Str::length(old('justification')) ?? '0' }} characters reached

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

@endsection