@extends('adminlte::page') @section('title', 'Freecia') @section('content_header')

{{ $module_name }}

@stop @section('content')
{{-- Order ID--}}
{{-- Brand--}}
{{-- Category--}}
{{-- Product--}}
{{-- Order Status--}}
{{-- Payment Mode--}} {{--
--}} {{-- --}} {{-- --}} {{--
--}} {{--Created At--}}
@include('admin.retailerorders.partials.order-list',['rows'=>$rows])
@stop @section('javascript') @stop