@extends('admin/layouts/admin') @section('title', __($translatePrefix .'.title')) @section('content')
{{ __($translatePrefix. '.description') }}
|
#
|
{{ __('global.customer') }}
|
{{ __('global.service') }}
|
{{ __('global.status') }}
|
{{ __($translatePrefix . '.last_payment_at') }} | {{ __('global.actions') }} | ||
|---|---|---|---|---|---|---|---|
|
{{ __('global.no_results') }} |
|||||||
| {{ $item->id }} | {{ $item->customer->excerptFullName() }} | {{ $item->service->name }} |
|
{{ $item->cancelled_at ? $item->cancelled_at->format('d/m/y') . ' (' . $item->cancelled_at->diffForHumans() . ')' : ($item->last_payment_at ? $item->last_payment_at->format('d/m/y') . ' (' . $item->last_payment_at->diffForHumans() . ')' : '--') }} | {{ __('global.show') }} | ||