@extends('layouts.production') @section('content') {{ Trans('reports.menu') }} {{ Trans('sale_history.menu') }} Home {{ Trans('reports.menu') }} {{ Trans('sale_history.menu')}} @if(Session::has('message')) {{ Trans(Session::get('message')) }} @endif @include('reports.inc.sale_form') @if(isset($results) && count($results)) @include('reports.inc.sale_history_table') @else {{ trans('sale_history.msg') }} @endif {{ $results->appends(Request::except('page'))->links() }} @endsection @section('addJs') {{ HTML::script('plugins/datepicker/bootstrap-datepicker.js') }} {{ HTML::script('plugins/datepicker/locales/bootstrap-datepicker.kh.js') }} @endsection
{{ Trans(Session::get('message')) }}
{{ trans('sale_history.msg') }}