@extends('layouts.admin') @push('css') @endpush @push('js') @endpush @section('content')
| Data/Horário | @if ($tipo->isOdontologico())Prestador | @endifAção |
|---|---|---|
| {{ $agendamento->inicio->format('d/m/Y H:i') }} - {{ $agendamento->fim->format('H:i') }} | @if ($tipo->isOdontologico()){{ $agendamento->prestadorServico->nome }} | @endif@button([ 'route' => 'admin.agendamentos-atendimentos.show', 'routeParams' => ['agendamento' => $agendamento], 'class' => 'btn-primary', 'label' => 'Visualizar/Editar', 'icon' => 'edit' ]) @endbutton |