@extends('layouts.app_rest') @section('content')
@can('business-location.create') @endcan @can('business-location.update') @endcan
@can('business-location.index')
Name Phone Landmark City State Country
@endcan
@endsection @section('javascript') @endsection