@extends('layouts.master_app') @section('title') Pagos @endsection @section('menu_payments', 'here show') @section('css') @endsection @section('content')
Fecha | Folio | Cantidad | Cliente | Servicio | Forma de pago | ||
---|---|---|---|---|---|---|---|
{{$payment->date_format}} |
{{$payment->uuid}}
@if($payment->file != null)
{{$payment->file}}
|
${{$payment->amount}} {{$payment->status->name}}
|
{{$payment->client->person->full_name}} | {{ isset($payment->service) ? $payment->service->name : '' }} | {{isset($payment->payment_method )? $payment->payment_method->name : ''}} | Acciones |