@extends('merchant.layout') @section('title','Orders') @section('content')

Orders

@include('merchant.orders.partials.table') @endsection