@extends('horarios.layout') @section('horarios.m_header') @endsection @section('horarios.breadcrumbs')

Horario

@endsection @section('horarios.content')

@lang('Create new') (Para que la apertura del sistema se realice semanalmente, seleccione un día de la semana y el horario de apertura y cierre, dejando el apartado de fecha en blanco, si desea hacer apertura y cierre un día específico, coloque la fecha y el horario de inicio y fin)

@csrf
@if($errors->has('titulo'))
{{$errors->first('titulo')}}
@endif
@if($errors->has('fecha'))
{{$errors->first('fecha')}}
@endif
@if($errors->has('dia_semana'))
{{$errors->first('dia_semana')}}
@endif
@if($errors->has('hora_inicio'))
{{$errors->first('hora_inicio')}}
@endif
@if($errors->has('hora_fin'))
{{$errors->first('hora_fin')}}
@endif
@endsection @section('horarios.scripts') @endsection