@extends('layouts.public_layout') @section('title', $title) @section('content')

{{ $title }}


@if (strlen($msg) > 0) @endif
@csrf
@error('mr_date_start') {{ $errors->first('mr_date_start') }} @enderror
@error('mr_time_start') {{ $errors->first('mr_time_start') }} @enderror
@error('mr_subject') {{ $errors->first('mr_subject') }} @enderror

@endsection