@extends('layouts.admin') @section('content') @can('parking_spot_create')
{{ trans('global.add') }} Parking Spot
@endcan
Parking Spots
IdLabelPropertyTypeStatus 
@endsection @section('scripts') @parent @endsection