@extends('admin.layouts.app') @section('title', 'ServiceLocation') @section('content')
{{--
--}}
@if(auth()->user()->can('Add_Service_Location')) @endif
@lang('view_pages.loading')
{{-- --}}
@endsection