@extends('admin.layouts.master-soyuz') @section('title',__('Pending Orders | ')) @section('body') @include('admin.layouts.topbar',$data)
{{__("Order By:")}} {{ $order['customername'] }}
{{__("Paid Via:")}} {{ $order['payment_method'] }}
{{__("Do you really want to confirm this order ? it will confirm the whole order.")}}
{{__("This action cannot be undone !")}}
{{__("It will take time please do not close or refresh window !")}}