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

Create New Shelf

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