@extends('layouts.app') {{--Important Variables--}} @section('title') Earning Transaction @stop @section('top-bar') @include('includes.top-bar') @stop @section('left-sidebar') @include('includes.left-sidebar') @stop @section('content') {{__('lang.transaction_detail')}} {{__('lang.transaction_voucher_wise')}} {{__('lang.anything_is_select_show_all')}} {{ csrf_field() }} {{__('lang.voucher_type')}} {{__('lang.sale_voucher')}} {{__('lang.payment_voucher')}} {{__('lang.receipt_voucher')}} {{__('lang.journal_voucher')}} {{__('lang.refund_Computation')}} {{__('lang.opening_balance')}} {{__('lang.purchase_order')}} {{__('lang.sale_buy_back')}} {{__('lang.voucher')}} {{__('lang.voucher_no')}} @include("admin.components.input.date",[ "name" => "from", "label"=> __('lang.from'), "id"=> "bs_datepicker_container", "value"=> "", "class"=> "", "col"=> "col-lg-6 col-md-6 col-sm-12 col-xs-12", ]) @include("admin.components.input.date",[ "name" => "to", "label"=> __('lang.to'), "id"=> "bs_datepicker_container1", "value"=> "", "class"=> "", "col"=> "col-lg-6 col-md-6 col-sm-12 col-xs-12", ]) Clear @stop @push('include-css') @endpush @push('include-js') @endpush