@extends('layouts.comercio') @section('title','Reglas de Agenda') @section('content')
| Profesional | Día | Inicio | Fin | Capacidad | Vigencia | |
|---|---|---|---|---|---|---|
| {{ $r->provider->nombre_mostrado ?? '—' }} | {{ $r->weekday }} — {{ ['Dom','Lun','Mar','Mié','Jue','Vie','Sáb'][$r->weekday] }} | {{ substr($r->start_time,0,5) }} | {{ substr($r->end_time,0,5) }} | {{ $r->capacity }} | @if($r->from_date || $r->to_date) {{ $r->from_date ?? '—' }} → {{ $r->to_date ?? '—' }} @else Permanente @endif | Editar |
| Sin reglas | ||||||