@extends('layouts.admin') @push('css') @endpush @push('js') @endpush @section('content')

Buscar agendamento {{ mb_strtolower($tipo->getValue()) }}

@alerts @endalerts

@if ($tipo->isOdontologico())@endif @foreach ($agendamentos as $agendamento) @if ($tipo->isOdontologico())@endif @endforeach
Data/HorárioPrestadorAção
{{ $agendamento->inicio->format('d/m/Y H:i') }} - {{ $agendamento->fim->format('H:i') }} {{ $agendamento->prestadorServico->nome }} @button([ 'route' => 'admin.agendamentos-atendimentos.show', 'routeParams' => ['agendamento' => $agendamento], 'class' => 'btn-primary', 'label' => 'Visualizar/Editar', 'icon' => 'edit' ]) @endbutton
@endsection