@extends('admin.template.layout') @section('header') @stop @section('content')
{{ $datamain->order_number ?? '' }}
{{ $datamain->customer_details->name ?? '' }}
{{ $datamain->category_details->name ?? '' }}
{{ $datamain->location ?? '' }}
{{ $datamain->landmark ?? '' }}
{{ $datamain->contact_person ?? '' }}
{{replace_plus($datamain->dail_code.' '.$datamain->mobile_no)}}
{{ $datamain->dropoff->location ?? '' }}
{{ $datamain->dropoff->landmark ?? '' }}
{{ $datamain->dropoff->contact_person ?? '' }}
{{replace_plus($datamain->dropoff->dail_code.' '.$datamain->dropoff->mobile_no)}}
{{ $datamain->description ?? '-' }}
{{ $datamain->delivery_type?? '-' }}
{{ $datamain->size_details->name ?? '-' }}
{{ $datamain->care_details->name ?? '-' }}
{{ $datamain->instruction ?? '-' }}
{{ $datamain->date ?? '-' }}
{{ $datamain->time ?? '-' }}
{{$datamain->comment}}