@extends('layouts.app') @section('page-title')

{{ __($pageTitle) }}

@lang('modules.payments.addPayment')
@endsection @push('head-script') @endpush @section('content')
@section('filter-section')
@lang('app.selectDateRange')
 
@lang('app.status')
{{----}}
@if(in_array('projects', $modules))
@lang('app.project')
@endif
@endsection {{--
--}} {{--
--}} {{-- {!! Form::open(['id'=>'importExcel','class'=>'ajax-form','method'=>'POST']) !!}--}} {{--
--}} {{--
--}} {{--
--}} {{-- --}} {{-- --}} {{--
--}} {{--
--}} {{--
--}} {{--
--}} {{--
--}} {{--
--}} {{--
--}} {{-- --}} {{-- --}} {{--
--}} {{-- --}} {{-- @lang('modules.payments.import')--}} {{-- @lang('app.change')--}} {{-- --}} {{-- --}} {{-- @lang('app.remove')--}} {{-- @lang('app.submit')--}} {{--
--}} {{-- @lang('app.sampleFile')--}} {{--
--}} {{--
--}} {{-- {!! Form::close() !!}--}} {{--
--}} {{--
--}}
{!! $dataTable->table(['class' => 'table table-bordered table-hover toggle-circle default footable-loaded footable']) !!}
{{--Ajax Modal--}} {{--Ajax Modal Ends--}} @endsection @push('footer-script') {!! $dataTable->scripts() !!} @endpush