@extends('admin/layouts/admin') @section('title', __($translatePrefix .'.title')) @section('scripts') @endsection @section('content')
{{ __($translatePrefix. '.subheading') }}
|
|
{{ __('global.name') }}
|
{{ __('global.customer') }}
|
{{ __('store.price') }}
|
{{ __('global.status') }}
|
{{ __('client.services.expire_date') }}
|
{{ __('global.created') }}
|
{{ __('global.actions') }} |
|---|---|---|---|---|---|---|---|
|
{{ __('global.no_results') }} |
|||||||
|
{{ $item->id }}
|
{{ $item->excerptName() }} | @if (!$item->customer) ({{ __('global.deleted') }}) @else {{ $item->customer->excerptFullName() }} @endif | {{ formatted_price($item->getBillingPrice()->displayPrice(), $item->currency) }} |
|
|
{{ $item->created_at->format('d/m/y') }} | {{ __('global.show') }} @if (staff_has_permission('admin.manage_services')) @endif |