@section('style') @endsection @extends('layouts.template') @section('content')
{{ $datos->title }}
{{ $datos->subtitle }}
@if(!empty($datos->datos->nom_cliente))
LISTADO DE FACTURAS
@foreach($datos->factura as $key => $value) @endforeach
@else
ALERTA!
No existe Datos encontrados para la búsqueda.
@endif
@endsection @section('script') @endsection