@extends('layouts.user') @section('title', 'Site List') @section('content')

Site Management

Manage and monitor all {{ $sites->total() }} service locations.

Export Excel Export PDF @can('create site') Add New Site @endcan @can('edit site') @endcan
@if(session('success'))
{{ session('success') }}
@endif
@include('sites._table')
@push('scripts') @endpush @push('scripts') @endpush @endsection