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

Create New Rack

@csrf
@error('name') {{ $message }} @enderror
Back
@endsection