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

Edit Shelf

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