@extends('Componentes.app') @section('title', 'Detalhes do Cliente') @section('items-edit')
Código: {{ $terminal->terminal_code }}
Contrato: {{ $terminal->contract_name ?? 'N/A' }}
@switch($terminal->terminal_status_id) @case(1) Inativo @break @case(2) Ativo @break @case(3) Bloqueado @break @case(4) Envio Bloqueado @break @default Desconhecido @endswitch