@extends('layouts.app') @section('content')

Areas & Tables

Areas
@foreach($dine_areas as $key => $value)
@endforeach
Tables
@foreach($dine_area_tables as $table_with_area)
@endforeach

Do you want to delete?

@endsection @section('admin_css') @stop @section('admin_js') @include('admin.js.dine-table-with-area') @stop