@extends('layouts.app') @section('title', __('nav.billing')) @section('content')
{{ __('messages.collect_hint') }}
@if($snapshot) @include('billing.partials.snapshot') @elseif($matches->count() > 1)| {{ __('messages.phone') }} | {{ __('messages.customer') }} | {{ __('messages.national_id') }} | {{ __('messages.plan') }} | {{ __('messages.paid_through') }} | |
|---|---|---|---|---|---|
| {{ $line->phone_number }} | {{ $line->customer?->name }} | {{ $line->customer?->national_id }} | {{ $line->currentPlan?->name }} | {{ $line->paidThroughPeriod()?->label() }} | {{ __('messages.collect') }} |
{{ __('messages.no_results') }}
@endif @endsection