@extends('layouts.app_rest') @section('content')
@can('booking-type.delete') @endcan @can('booking-type.create') @endcan
@can('booking-type.view')
@can('booking-type.update') @endcan
Facility NameActions
@endcan
@endsection @section('javascript') @endsection