@extends('layouts.app') @section('title', 'Reporte de Usuario - PrestamosTecmm') @push('head') @endpush @section('content') @php if (!isset($prestamo)) $prestamo = null; @endphp
@csrf
PrestamosTecmm

Reporte de Usuario

@if($prestamo)
Seleccionaste el préstamo con destino: {{ $prestamo->destino }}
@endif












Gasolina (salida) Vehículo Gasolina (regreso) Fecha salida Fecha regreso Motivo Acciones
@endsection