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

SERVICIOS INACTIVOS

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