@extends('layouts.main') @section('content') @include('partials.breadcrumb', ['breadcrumbTitle' => 'Locations']) @include('file-exports.partials.file-exports-submenu',['report_type' => 'location_report'])
@include('location.partials.filters')
@can('Locations Create') Add New Location @endcan Export to CSV
@include('partials.success') @include('partials.error-message') @include('partials.sync-messages')
# Site Code Type Name Address Floor # Building Country Region VC # Zoom Status # of Assets
@stop @section('help-links') @include('help.help-links',['helpLink'=>config('help-links.help_links.locations'),'helpTitle'=>config('help-links.help_titles.locations')]) @endsection @section('after_scripts') @include('location.script') @stop