@extends('base::layouts.master') @section('title',__('Payments')) @section('content')

@lang('Payments')

@lang('Add new payment') @include('base::includes.header-filter',['models' => $payments])
@each('payment::includes.payment-tr',$payments,'payment','base::includes.not-found-tr')
@lang('Transaction ID') @lang('Actions')
{{$payments->links('pagination')}}
@endsection