<?php $__env->startSection('title'); ?> Transporter Wise Report <?php $__env->stopSection(); ?>
<?php $__env->startSection('body'); ?>

hello world

<?php $__env->stopSection(); ?>
<?php $__env->startSection('script'); ?>
<script type="text/javascript">

$(function(){
	var _token = $('meta[name="_token"]').attr('content');
	alert('jqery test');
});

</script>
<?php $__env->stopSection(); ?>
<?php echo $__env->make('layouts.master', array_except(get_defined_vars(), array('__data', '__path')))->render(); ?>