@extends('layouts.fixed') @section('title','Button Booking Report') @section('content')
{{--start search --}}
{{--start --}}
@if($errors->any())
{{$errors->first(1)}}
@endif
E-mail
{{--{{ Form::close() }}--}}
{{--end --}}
{{--end search --}}

{{$button_bookings->unit_id != null ? $button_bookings->CompanyUnit->name : ''}}

Button Booking Report

{{----}} {{----}} {{----}} {{----}} {{----}} {{----}} @php $gmnts_qty_subtotal = 0; $book_qty_subtotal = 0; @endphp @foreach($button_booking_details as $button_booking_detail) @php $gmnts_qty_subtotal+=$button_booking_detail->gmnts_qty; @endphp @php $book_qty_subtotal+=$button_booking_detail->gmnts_qty; @endphp @endforeach {{--@php $trim_subtotal+=$trim->trims_cost; @endphp--}}
Date {{$button_bookings->date}} From
Well Fashion Ltd(Unit 2)
To {{$button_bookings->to}} A-6(part),7-8(part),BSCIC Industrial State
Attn {{$button_bookings->attn}} Kalurghat,Chittagong-4000,Bangladesh
Phone #88-031-671604,671173,672572, Fax: 88-031-671989
Sub {{$button_bookings->sub}} nazrul@wellgroupbd.com
Size Button Tape Color Color Code Button Length Gmnts Qty Percentage Booking Qty.
{{$button_booking_detail->size}} {{$button_booking_detail->color}} {{$button_booking_detail->color_code}} {{$button_booking_detail->length}} {{$button_booking_detail->gmnts_qty}} {{$button_booking_detail->percentage}} {{$button_booking_detail->gmnts_qty}}
Total Qty: {{$gmnts_qty_subtotal}} {{$book_qty_subtotal}}
@stop @section('style') @stop @section('plugin') @stop @section('script') @stop