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

Customer Info

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