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

{{ $module_name }} - {{ ucfirst($mode) }}

@stop @section('content')
{{ csrf_field() }}
@include('admin.retailerorders.partials.edit-product-list')
@stop @section('javascript') @stop