@extends('dashboard.layouts.master') @section('title', __('Order')) @section('css') @stop @section('content')
# {{ __('Total') }} {{ __('Buyer name') }} {{ __('Product name') }} {{ __('Seller name') }} {{ __('Status') }} {{ __('Payment status') }} {{ __('Processes') }}
@endsection @section('script') @stop