@extends('layout.default') @section('content')

#{{$offer->id}} OFFER

{{ $data['company_name'] }}

{{ $data['company_address'] }} {{ $data['company_email'] }} {{ $data['company_phone_no'] }}
Offer. No {{ $data['offer_no'] }}
OFFER DATE. {{ $data['offer_date'] }}
OFFER. Raised By {{ $data['offer_user'] }}
CONTACT NO. {{ $data['offer_contact_no'] }}
Description. {{ $data['offer_description'] }}
@if(isset($data['offer_details']) && !empty($data['offer_details']))
@foreach($data['offer_product_details'] as $detail) @endforeach
PRODUCT NAME Brand QTY Unit
{{ $detail->material->name }} {{ $detail->brand }} {{ number_format( $detail->quantity,3) }} @if(isset($detail->unit)) {{ $detail->unit->name }} @endif
@endif
Send to this requisition data in Entire Whatsapp No.
@endsection @section('scripts') @endsection