@extends('layouts.master') @section('css') @parent @include('layouts.datatables_css') @include('reports.page_style') @endsection @section('content')

@lang('models/reports.receipt.title')

@include('flash::message')

@lang('models/reports.receipt.title')

{!! $dataTable->table(['width' => '100%', 'class' => 'table table-hover table-bordered table-striped table-sm text-nowrap'],true ) !!}
@endsection @section('scripts') @parent @include('layouts.datatables_js') {!! $dataTable->scripts() !!} @include('reports.page_script') @endsection