@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 @foreach ($clients as $row) @endforeach
Cégnév Adószám Név Telefonszám email 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 ?? '' }} kiválaszt
@push('scripts') @endpush