@extends('layouts.app') @section('title', 'Sedes de ' . $company->name . ' — TI Manager') @section('content')
| Sede | Dirección / GPS | Teléfono | Contacto Principal | Inventario | Estado | Acciones |
|---|---|---|---|---|---|---|
|
{{ $branch->name }}
@if($branch->is_main)
Principal
@endif
|
@if($branch->full_address) @else — @endif | @if($branch->phone) {{ $branch->phone }} @else — @endif | {{ $branch->contact_person ?? '—' }} | {{ $branch->inventoryItems->count() }} items | {{ $branch->is_active ? 'Activa' : 'Inactiva' }} |
Comienza agregando la primera sede para {{ $company->name }}.
@if(Auth::user()->isAdmin()) Crear Sede @endif