@extends('layouts.adminapp') @section('content') {{-- Rack Add New --}}
@csrf

Add New Rack

@error('title')
{{ $message }}
@enderror
{{--

Enter your next TODO

@csrf
Back --}} @endsection