@extends('../layouts/partials/header') @section('content')

@csrf @method('put')
BITACORA E/S

Los campos marcados con (*) son mandatorios.
@if(session('success')) @endif {{-- @error('residencia') @enderror --}} @if ( $errors->any() )
    @foreach ( $errors->all() as $error )
  • {{ $error }}
  • @endforeach
@endif
{{ optional($bitacoraes->user)->name }}
{{ $bitacoraes->created_at?->format('Y-m-d H:i') }}
@csrf @method('put')
VENTANILLAS
HORARIO DE ATENCIÓN AL OPERADOR


@if(session('success')) @endif @if ( $errors->any() )
    @foreach ( $errors->all() as $error )
  • {{ $error }}
  • @endforeach
@endif
Inicio de Atención
Fin de Atención
@csrf @method('put')
MONTACARGAS

@if(session('success')) @endif @if ( $errors->any() )
    @foreach ( $errors->all() as $error )
  • {{ $error }}
  • @endforeach
@endif
Inicio de Atención
Fin de Atención

@if($bitacoraes) @else

Imagen no disponible

@endif

@if($bitacoraes) @else

Imagen no disponible

@endif

@if($bitacoraes) @else

Imagen no disponible

@endif

@if($bitacoraes) @else

Imagen no disponible

@endif

@if($bitacoraes) @else

Imagen no disponible

@endif

@if($bitacoraes) @else

Imagen no disponible

@endif
@csrf @method('put')
REGISTRO DE SALIDAS
Fecha Registro Salida de la Planta
@if(session('success')) @endif {{-- @error('residencia') @enderror --}} @if ( $errors->any() )
    @foreach ( $errors->all() as $error )
  • {{ $error }}
  • @endforeach
@endif

@if($bitacoraes) @else

Imagen no disponible

@endif

@if($bitacoraes) @else

Imagen no disponible

@endif
@endsection @extends('../layouts/partials/footer')