@extends('layouts.user')
@section('title', 'Site List')
@section('content')
Site Management
Manage and monitor all {{ $sites->total() }} service
locations.
@if(session('success'))
@endif
Bulk Update Sites
Edit values for individual sites below.
Copy Sites
Select the target company to copy 0 sites to.
@push('scripts')
@endpush
@push('scripts')
@endpush
@endsection