@extends('layouts.app') @section('title', trans('title.locations')) @section('content') @php $user = auth()->user(); @endphp
@can('create location') {{trans('forms.lbl_create')}} @endcan
@can('delete location') @endcan
{{trans("tables.name_title")}} {{trans("tables.contact_person_title")}} {{trans("tables.address_title")}} {{trans("tables.action_title")}}
@stop @section('footer-script') @stop