@php $brandinfo = $data['brandinfo']; $ser_cond = $data['ser_cond']; @endphp
@if (!empty($brandinfo->brand_name)) {{ ucfirst($brandinfo->brand_name) }} @endif

Mobile Details

@php $proinfo = $data['proinfo']; $proprice = $data['proprice']; @endphp ...

Brand : @if (!empty($brandinfo->brand_name)) {{ ucfirst($brandinfo->brand_name) }} @endif

@if (!empty($proinfo->pro_imei) && empty($proinfo->pro_serial))

IMEI Number: @if (!empty($proinfo->pro_imei)) {{ $proinfo->pro_imei }} @endif

@elseif(!empty($proinfo->pro_serial) && empty($proinfo->pro_imei))

Serial Number : @if (!empty($proinfo->pro_serial)) {{ $proinfo->pro_serial }} @endif

@endif

Temp Bar Code : @if (!empty($proinfo->barcode)) {{ $proinfo->barcode }} @endif

@php $lot_no = $data['lot_no']; $barcode_no = $data['barcode_no']; $processorss = $data['processorss']; $graphicscards = $data['graphicscards']; $inchess = $data['inchess']; @endphp
Product Details
@if (!empty($proinfo->phone_con)) {{ $proinfo->phone_con }} @endif
@if (!empty($data['pro_type'])) {{ $data['pro_type'] }} @endif
@if (!empty($data['pro_brand'])) {{ $data['pro_brand'] }} @endif
@if (!empty($data['pro_model'])) {{ $data['pro_model'] }} @endif
wifi) && $proinfo->wifi == 'Wifi') checked="checked" @endif>
wifi) && $proinfo->wifi == 'Sim') checked="checked" @endif>
gps) && $proinfo->gps == 'gps') checked="checked" @endif>
gps) && $proinfo->gps == 'imei') checked="checked" @endif>
@php $roleid = Auth::User()->role()->id; @endphp @if ($proinfo->pro_imei)
@if (!empty($proinfo->pro_imei)) {{ $proinfo->pro_imei }} @endif
@endif @if ($proinfo->pro_serial)
@if (!empty($proinfo->pro_serial)) {{ $proinfo->pro_serial }} @endif {{-- id) && $roleid != '1') readonly @endif value="@if (!empty($proinfo->pro_serial)){{ $proinfo->pro_serial }}@endif"> --}}
@endif
@if (!empty($data['pro_color'])) {{ $data['pro_color'] }} @endif
@if (isset($data['pro_ram']))
@if (!empty($data['pro_ram'])) {{ $data['pro_ram'] }} @endif
@endif @if (isset($data['pro_rom']))
@if (!empty($data['pro_rom'])) {{ $data['pro_rom'] }} @endif
@endif @if ($proinfo->processor)
@if (!empty($proinfo->processor)) {{ $proinfo->processor }} @endif
@endif
@if (!empty($proinfo->graphics)) {{ $proinfo->graphics }} @endif
@if (!empty($proinfo->battery))
@if (!empty($proinfo->battery)) {{ $proinfo->battery }} @endif
@endif
@php if (!empty($proinfo->inches)) { $inches_type = $proinfo->inches; } else { $inches_type = ''; } @endphp
@if (!empty($proinfo->pro_kit))
@if (!empty($proinfo->pro_kit)) {{ $proinfo->pro_kit }} @endif
@endif
@if (!empty($proinfo->warranty)) {{ $proinfo->warranty }} @endif
@if (!empty($proinfo->warcount))
@if (!empty($proinfo->warcount)) {{ $proinfo->warcount }} @endif
@endif
bill) && $proinfo->bill == 'Yes') checked="checked" @endif>
bill) && $proinfo->bill == 'No') checked="checked" @endif>
@php $mob_con = !empty($proinfo->mob_con) ? json_decode($proinfo->mob_con) : [''] ; @endphp @foreach ($mob_con as $mob_con)

{{ $mob_con }},

@endforeach
@if (!empty($proinfo->qc_status)) {{ $proinfo->qc_status }} @endif
@if (!empty($proinfo->about_com))
@if (!empty($proinfo->about_com)) {{ $proinfo->about_com }} @endif
@endif @if (!empty($proprice->nlc_price))
@if (!empty($proprice->nlc_price)) {{ $proprice->nlc_price }} @endif
@endif
@endsection @section('scripts') @php $proinfo=$data['proinfo']; @endphp @endsection