startSection('content'); ?>
groupBy('tahun')
->where('id_sales',Request::segment(4))
->get();
?>
Back To List Data Sales
where('id',Request::segment(4))->first(); ?>
startPush('bottom'); ?>
stopPush(); ?>
stopSection(); ?>
make("crudbooster::admin_template", array_except(get_defined_vars(), array('__data', '__path')))->render()