@extends('layouts.admin') @section('styles') @endsection @section('content')

SERVICIOS

@foreach($servicio as $servi) @endforeach
Cliente Articulo Total Abonado Pendiente Fecha Entrega Fecha de Recivido Accion
{{$servi->cliente->nombre}} {{$servi->articulo}} {{$servi->tipo}} Q. {{number_format($servi->total, 2)}} Q. {{number_format($servi->anticipo,2)}} Q. {{number_format($servi->pendiente,2)}} {{$servi->fecha_ent}} {{$servi->fecha_rev}} @can('servi.show') Ver Datos @endcan @can('servi.delete') Eliminar @endcan
@endsection @section('scripts') @endsection