@extends('layouts.layout-admin') @section('styles') @endsection @section('content')

{{ __('Order') }}

{{ __('Manage Orders') }}

{{ __('Add New Order') }}
{{ __('Order Id') }} {{ __('Merchant Id') }} {{ __('Customer Id') }} {{ __('Action') }}
@endsection @section('scripts') @endsection