@php foreach($sell_details->customer->customerDetail as $customer_detail) { $name.=" / ".$customer_detail->name; $f_name.=" / ".$customer_detail->father_name; $c_id.=" / ".$customer_detail->nic; } @endphp
@include('admin.partials.confirmation_letter_header')