@extends('adminlte.app') @section('content')
{{ $message }}
{{ $message }}
Posto | Responsável | Horário | Data | Tipo de Contrato | Ações |
---|---|---|---|---|---|
{{ $posto->nome_posto }} | {{ $posto->gestor_posto()->count() > 0 ? $posto->gestor_posto->name : '' }} | @if($posto->horario_abertura && $posto->horario_fecho) {{ date("H:i", strtotime($posto->horario_abertura)) ?? '' }} - {{ date("H:i", strtotime($posto->horario_fecho)) ?? '' }} @endif | {{ $posto->contrato_data_fim }}{{ $posto->contrato_data_fim ? date('d/m/Y', strtotime($posto->contrato_data_fim)) : '' }} | {{ strtoupper($posto->tipo_contrato) }} |