@extends('layouts.app') @section('styles') @endsection @section('content') @canany(['location-create', 'location-edit'])

Add location

@csrf
Note: Insert iframe tag from google map
@can('location-create') Save @endcan @can('location-edit') @endcan
@endcanany @can('location-list')

View locations

@endcan @endsection @section('scripts') {{-- ################################Jquery Datatable########################### --}} {{-- --}} {{-- ########################################################################## --}} @endsection