@extends('admin.layouts.master') @section('title', 'Horarios Bloqueados - Lash Vanshy') @section('page-title', 'Horarios Bloqueados') @section('content')
| Fecha | Hora Inicio | Hora Fin | Motivo | Acciones |
|---|---|---|---|---|
| {{ \Carbon\Carbon::parse($bloqueado->fecha)->format('d/m/Y') }} {{ \Carbon\Carbon::parse($bloqueado->fecha)->format('l') }} | {{ \Carbon\Carbon::parse($bloqueado->hora_inicio)->format('h:i A') }} | {{ \Carbon\Carbon::parse($bloqueado->hora_fin)->format('h:i A') }} | @if($bloqueado->motivo) {{ $bloqueado->motivo }} @else - @endif |