@if (\Illuminate\Support\Facades\Auth::user()->isAbleTo('finance-read'))
{{--
--}}
{{-- --}} @if (sizeof($service) > 0) @foreach ($service as $tabledata) @if ($tabledata['dif_indays'] > 0) @else @endif @endforeach @else @endif
Status Service Name Paid Start Date End Date Expirein Invoice
@if ($tabledata['status']) Active @else Inactive @endif
{{ $tabledata['service_name'] }} {{ $tabledata['service_cost_paid'] }} {{ $tabledata['effective_date'] }} {{ $tabledata['expired_date'] }}{{ $tabledata['dif_indays'] }} daysExpired

No Data Available

{{--
{{ $service->links('livewire.pagination-livewire') }}
--}}
@else

Sorry !!! Unauthorized Access

@endif @section('externaljs') @endsection