@extends('layout.administrator.index') @section('title', 'Domicilios') @section('content')

Domicilios

@if (count($delivery)>0) @foreach ($delivery as $listDelivery) @endforeach @else @endif
Referencia Cliente Domiciliario Hora Estado Opciones
#{{$listDelivery->reference}} {{$listDelivery->getCustomer->name}} {{$listDelivery->getCustomer->last_name}} @if ($listDelivery->getDeliveryMan) {{$listDelivery->getDeliveryMan->getData->name}} {{$listDelivery->getDeliveryMan->getData->last_name}} @else Sin definir @endif {{$listDelivery->date}} {{Config::get('const.delivery_states')[$listDelivery->delivery_state]}} Ver mas
No se encontraron domicilios
@endsection