@extends('layouts.master') @section('title') {{__('online')}} {{__('fees')}} {{ __('transactions') }} {{__('logs')}} @endsection @section('content')
{!! Form::select('month', $months, date('n'), ['class' => 'form-control paid-month','placeholder' => __('all')]) !!}
{{__('id')}} {{ __('no.') }} {{ __('User')}} {{ __('Amount')}} {{ __('Payment Gateway') }} {{ __('Payment Status') }} {{ __('order_id') }} {{ __('payment_id') }} {{ __('date') }} {{ __('updated_at') }}
@endsection