@extends('layouts.admin') @section('title', 'Box | Mintavia Admin') @section('content')

Edit Box

@csrf
{{-- Input box made smaller --}} @error('name') {{ $message }} @enderror
@endsection