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

{{ $title }}


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

@endsection