@extends('layouts.index') @section('estilos') @stop @section('menu') @include('menu.index') @stop @section('content')
@csrf

Edicion de Agenda Odontologica

Detalles Agenda

@foreach ($detalle as $dato) @if($dato->estado_agenda_id == 3) @else @endif @endforeach 987
{{'Jornada'}} {{'Seleccion'}}
{{date("H:i",strtotime($dato->hora_inicio))." - ".date("H:i",strtotime($dato->hora_termino))}}jornada}}>jornada}}>
@stop @section('scripts') @endsection