@extends('layouts/contentNavbarLayout') @section('title', 'Parking Spot') @section('content')

Parking Spot / List

Spot List
Add Spot
@include('parkingspot.table')
@endsection @section('page-script') @endsection