@extends('layouts.app') @section('content')
@csrf
@error('Unit.name') {{ $message }} @enderror
@endsection