@extends('user.layouts.app') @section('content') @section('title', 'Dropship Return')
{{__('language.serial_number')}} | {{ __('language.client_name') }} | {{ __('language.date') }} | {{ __('language.receiver_name') }} | {{ __('language.tracking_number') }} | {{ __('language.quantity') }} | {{ __('language.condition') }} |
---|---|---|---|---|---|---|
{{$i}} | {{$dropship_data['ShopCompany']}} | {{date('d-m-Y',strtotime($dropship_data['date']))}} | {{$dropship_data['receiver_name']}} | {{$dropship_data['tracking_no']}} | {{$dropship_data['quantity']}} | @if ($dropship_data['condition']=='0') {{"Disposal"}} @endif @if ($dropship_data['condition']=='1') {{"DS-B goods"}} @endif @if ($dropship_data['condition']=='2') {{"Mattress A goods"}} @endif @if ($dropship_data['condition']=='3') {{"Mattress C disposal"}} @endif |