@extends('backEnd.admin.layouts.master') @section('title') Edit Order @endsection @section('css') @endsection @section('body')
@csrf

Customer Info

courier_id == 1) style="display: block" @endif>

Product Info

@foreach($data->get_products as $item) @endforeach
SKU Product Name Qty Price
{{$item->get_product->sku}} {{$item->get_product->name}} {{$item->price}}
@endsection @section('js') @endsection