@extends('layouts.app')
@section('page-title', 'Offices')
@section('content')
No offices found
@if(array_filter($filters)) Try adjusting your filters @else Add your first office to get started @endif
| Office Name | Country | Users | Status | Actions |
|---|---|---|---|---|
|
{{ $office->name }} @if($office->address){{ $office->address }} @endif |
{{ $office->country?->name ?? '-' }} | {{ $office->users_count }} |
@can('edit-offices')
@endcan
|