Date Facturare |
{{ $controller::getLabel('billing_last_name') }} |
{{ $item->billing_last_name }} |
{{ $controller::getLabel('billing_first_name') }} |
{{ $item->billing_first_name }} |
@if($item->orderbilltype_id == 2)
{{ $controller::getLabel('billing_firm_name') }} |
{{ $item->billing_firm_name }} |
{{ $controller::getLabel('cif') }} |
{{ $item->cif }} |
{{ $controller::getLabel('regcomert') }} |
{{ $item->regcomert }} |
{{ $controller::getLabel('bank') }} |
{{ $item->bank }} |
{{ $controller::getLabel('iban') }} |
{{ $item->iban }} |
@endif
{{ $controller::getLabel('billing_county_id') }} |
{{ isset($item->billing_county_id) ? $item->billingCounty->name : "-" }} |
{{ $controller::getLabel('billing_city_id') }} |
{{ isset($item->billing_city_id) ? $item->billingCity->name : "-" }} |
{{ $controller::getLabel('billing_address') }} |
{{ $item->billing_address }} |
{{ $controller::getLabel('billing_phone') }} |
{{ $item->billing_phone }} |
{{ $controller::getLabel('billing_email') }} |
{{ $item->billing_email }} |