@extends('layouts.dashboard') @section('content')
@include('notification')
Stall Number
@if($arr) @foreach($arr as $key => $stall) @endforeach @endif
{{$key + 1}} {{ $stall->stall_number}} {{$stall->hall_number}}
@csrf @method('POST')
@endsection