@extends('layouts.master') @section('title') {{ __('Manual Payment List') }} @endsection @section('main_content')

{{ __('Manual Payment List') }}

{{ __('Manual Payment List') }}

@csrf
@include('admin.manual-payments.datas')
{{ __('SL') }}. {{ __('Date') }} {{ __('Shop Name') }} {{ __('Category') }} {{ __('Package') }} {{ __('Started') }} {{ __('End') }} {{ __('Gateway Method') }} {{ __('Status') }} {{ __('Action') }}
{{ $manual_payments->links('vendor.pagination.bootstrap-5') }}
@endsection @push('js') @endpush