@extends('layouts.app_rest') @section('content')
@can('business-location.create') @endcan {{-- @can('business-location.update') @endcan --}}
@can('business-location.index')
Name Phone Main Location Address Location Type City State Country Action
@endcan
@endsection @section('javascript') @endsection