@extends('master') @section('head') @endsection @section('titulo') Lista de socios al {{Date('d-m-Y')}} @endsection @section('style') @endsection @if(Session::get('login') == "ok") @section('freeBody')
| Fecha | Nro. Reserva | Nombre | Cod. Cliente | Vendedor |
|---|---|---|---|---|
| {{ date('d-m-Y',strtotime($item->checkin))}} | {{$item->nro_reserva}} | {{$item->nombre}} | {{$item->custcode}} | {{$item->salesman}} |
| Fecha | Nro. Reserva | Nombre | Cod. Cliente | Vendedor |