@extends('admin.layout.app') @section('more-head') @endsection @section('main-content')

PARKING MANAGEMENT SYSTEM

Delivery

@include('includes.messages')
{{ csrf_field() }}
@can('operation.registration', Auth::user())










@endcan @can('operation.checkpoint', Auth::user()) {{-- expr --}}
@endcan
@endsection @section('more-scripts') @endsection