@extends('layouts.admin') @section('styles') @endsection @section('content')
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 |