@extends('admin.layouts.master-soyuz') @section('title',__('Edit order # :order',['order' => $order->order_id])) @section('body') @include('admin.layouts.topbar',$data)
@csrf @method('PUT')
{{ __('Customer Details') }}