@extends('layouts.logeado') @if (isset($filtro)) @section('sub_title', 'Devoluciones. Filtro: ' . $filtro[0] . '=' . $filtro[1]) @else @section('sub_title', 'Devoluciones') @endif @section('sub_content')
@isset($filtro) @endisset

Exportar:

@if($errors->first('sql') != null)
{{$errors->first('sql')}}
@endif
@forelse($devoluciones as $devolucion) @empty @endforelse
Fecha ID servicio Conductor Justificación conductor Operador Justificación operador
{{ $devolucion->fecha }} {{ $devolucion->servicios_id }} {{ $devolucion->servicio->cuentac->conductor->NUMERO_IDENTIFICACION}}, {{ $devolucion->servicio->cuentac->conductor->NOMBRE}} {{ $devolucion->razon }} {{ $devolucion->user->identificacion}}, {{ $devolucion->user->nombres}} {{ $devolucion->justificacion }}
No hay datos
@if(method_exists($devoluciones,'links')) {{ $devoluciones->links() }} @endif
@endsection @section('script') @endsection @section('sincro') @endsection