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

Libary Shelves

Add New

Shelf Details

@php $si = 0; @endphp @foreach ($Shelves as $Shelf) @endforeach
Si No Name Narration Actions
{{ ++$si }} {{ $Shelf->name }} {{ $Shelf->narration }}
@csrf @method('delete')
@endsection