@extends('layouts.fixed') @section('title','Costing Chart Bill') @section('content')
{{--

Section Wise Attendance Report

--}}
{{--start search --}}
{{--start --}}
@if($errors->any())
{{$errors->first(1)}}
@endif
{{--{{Form::open(['url'=>'hrm/report/section-wise-attendance','method'=>'get']) }}--}}
{{----}}
{{--{{ Form::close() }}--}}
{{--end --}}
{{--end search --}}

@php $comppanyNAme = App\Unit::Where('id',$cost_breakdown->unit_id)->first(); @endphp

{{$comppanyNAme != null ? $comppanyNAme->name : ''}}

{{--

Cost Breakdown

--}} {{--

WELL FASHION LTD.

--}}

Costing Chart Bill Of Material

@php $contact_id = $cost_breakdown->export_contact_no; $contact_no = App\PiDetails::where('id',$cost_breakdown->export_contact_no)->pluck('export_contact_no'); @endphp
Country {{$cost_breakdown->country != null ? $cost_breakdown->country->name : ''}} Factory Well Fashion
Merchandiser {{$cost_breakdown->merchandiser_name}} Factory Owner Mr. Sayed Nazrul Islam
Customer {{$cost_breakdown->consumer_name}} Style : {{$cost_breakdown->style}} Spec: @if($cost_breakdown->has_spec) Yes @else No @endif
Product Description {{$cost_breakdown->product_description}} Sketch @if($cost_breakdown->has_sketch) Yes @else No @endif
Size Range With Ratio {{$cost_breakdown->size_range}} Size Ratio @if($cost_breakdown->size_ratio) Yes @else No @endif
SPECS Men's Estimate Gmts del. TBA
Date Updated Cost: July-30-2018 Estimate Qty: {{$cost_breakdown->estimate_qty}}
Price Quatation: Lc : {{ $contact_no }}
@php $fabric_subtotal = 0; @endphp @foreach($cost_breakdown->fabrics as $fabric) @php $fabric_subtotal+=$fabric->fabric_cost; @endphp @endforeach
Fabric Content
Fabric Description Fabric Content Consumption (mtr/yd/kg) Unit Price Appointed Fabric Cost
{{$fabric->fabric != null ? $fabric->fabric->name : '' }} {{$fabric->fabric_description}} {{$fabric->fabric_content}} {{$fabric->fabric_consumption}} {{$fabric->unit_price}} {{$fabric->fabric_cost}}
1. Total Fabric Cost: Sub-Total: {{$fabric_subtotal}}
@php $trim_subtotal = 0; @endphp @foreach($cost_breakdown->trims as $trim) @php $trim_subtotal+=$trim->trims_cost; @endphp @endforeach
Appointed Trims:
Trims Items REF Description Unit Required Qty Unit Price Appointed Trim Cost
@if($trim->trim) {{$trim->trim->name}} @endif {{$trim->reference}} {{$trim->trims_description}} {{$trim->unit}} {{$trim->required_qty}} {{$trim->trims_price}} {{$trim->trims_cost}}
Additional: Freight Cost If Any:
2. Total Trim Cost: Sub-Total: {{$trim_subtotal}}
@php $other_trim_subtotal=0; @endphp @foreach($cost_breakdown->other_trims as $other_trim) @php $other_trim_subtotal+=$other_trim->cost; @endphp @endforeach @php $grand_total = $fabric_subtotal+$trim_subtotal+$other_trim_subtotal+$cost_breakdown->cutting_marking+ $cost_breakdown->embroidery+$cost_breakdown->printing+$cost_breakdown->washing+$cost_breakdown->testing_charge+ $cost_breakdown->other_charge; @endphp
3. Other Trims:
Items Description Unit Required Qty Unit Price Other Trim Cost
@if($other_trim->otherTrim) {{$other_trim->otherTrim->name}} @endif {{$other_trim->other_trim_description}} @if($other_trim->otherTrim) @if($other_trim->otherTrim->product_unit) {{ $other_trim->otherTrim->product_unit->name }} @endif @endif {{$other_trim->qty}} {{$other_trim->price}} {{$other_trim->cost}}
4. Total Packing Cost Sub-Total: {{$other_trim_subtotal}}
5. CM (Cutting & Marking) Sub-Total: {{$cost_breakdown->cutting_marking}}
6. Embroidery Sub-Total: {{$cost_breakdown->embroidery}}
7. Printing Sub-Total: {{$cost_breakdown->printing}}
8. Washing Sub-Total: {{$cost_breakdown->washing}}
9. Testing Charge Sub-Total: {{$cost_breakdown->testing_charge}}
10. Other Charge Sub-Total: {{$cost_breakdown->other_charge}}
11. Total Factory FOB/DZN without Bank {{$grand_total}}
12. Financial/Commercial Charge/Bank Consider {{$cost_breakdown->consider}}% Sub-Total: {{$consider = ($grand_total*$cost_breakdown->consider)/100}}
Final FOB/DZN {{$after_consider = $grand_total+$consider}}
Final FOB/PC {{$after_consider/12}}

Signed & Confirmed

Date

@stop @section('style') @stop @section('plugin') @stop @section('script') @stop