@extends('layouts.app') @section('content')
Manage Parking Lot
@if (session('status')) @endif

Manage Handicap

@foreach( $stalls as $stallgroup )
@foreach( $stallgroup as $stall ) @if( $stall['data']['handicap'] ) @else @endif @endforeach
@endforeach

@endsection