@php $image = '/assets/logo-extra.png'; $img = public_path() . $image; $img_data = base64_encode(file_get_contents($img)); $src = 'data:' . mime_content_type($img) . ';base64,' . $img_data; @endphp

{{ $firm['firm_name'] }}

Teklif Verilen {{ $data['customer']['office_name'] }}
{{ $data['customer']['address'] }}
Teklif Başlangıç Tarihi: {{ $data['start'] }} {{ $data['customer']['city'] }} / {{ $data['customer']['district'] }}
Teklif Bitiş Tarihi: {{ $data['end'] }} {{ $data['customer']['office_mail'] }}
@php $working_types = json_decode($data['customer']['working_types'], true) ?? []; @endphp @if (in_array('hourly', $working_types)) @endif @if (in_array('daily', $working_types)) @endif @if (in_array('monthly', $working_types)) @endif @foreach ($data['offerProducts'] as $item) @if (in_array('hourly', $working_types)) @endif @if (in_array('daily', $working_types)) @endif @if (in_array('monthly', $working_types)) @endif @endforeach
Hizmet / ÜrünSAATLİKGÜNLÜKAYLIK
{{ $item->product_name }}{{ $item->cost_hourly }}{{ $item->cost_daily }}{{ $item->cost_monthly }}