@php $table_id = isset($table_id) ? $table_id : uniqid(); //rand(1,100); $clients = App\Models\Client::with('address')->get(); // $clients = App\Models\Client::all(); @endphp
Cégnév | Adószám | Név | Telefonszám | Cím | Levelezési cím | ||
---|---|---|---|---|---|---|---|
{{ $row->company_name }} | {{ $row->tax_number }} | {{ $row->full_name }} | {{ $row->phone }} | {{ $row->email }} | {{ $row->address->full_address ?? '' }} | {{ $row->billing_address->full_address ?? '' }} |
|