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

{{ $title }}


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

@endsection