@extends('admin.layout.app') @section('more-head') @endsection @section('main-content')

PARKING MANAGEMENT SYSTEM

stacks

{{-- --}} @foreach ($stacks as $stack) {{-- --}} @endforeach {{-- --}}
No. SHED stack Name stack Capacity (in Bags) stack Capacity (in Tonnes) EditDelete
{{ $loop->index + 1 }} {{ strtoupper($stack->shed->name) }} {{ strtoupper($stack->stack_name) }} {{ strtoupper($stack->stack_capacity) }} {{ strtoupper($stack->stack_capacity / 16) }} EDIT
No. SHED stack Name stack Capacity (in Bags) stack Capacity (in Tonnes) EditDelete
@endsection @section('more-scripts') @endsection