@extends('layouts.dashboard') @section('content')
@include('notification')
area
@if(!empty($arr)) @foreach($arr->stall_area as $key => $stallArea) @endforeach @endif
{{ $key + 1 }} {{ $stallArea }}
@csrf @method('POST')
@endsection