@extends('layout.pub_layout') @section('title', 'vendor-dashboard') @section('body') @section('header', 'Payment Lists') @section('badge') @endsection

Payment List

{{--
--}}
@csrf
{{-- --}}
{{-- --}} {{-- --}}
{{-- New --}}
{{-- --}} @forelse ($vss as $vs) {{-- --}} @empty @endforelse
# No Date SubscriptionPubAmount Action
{{-- --}}
{{ $vs->created_at }} {{ $vs->valid_form }} {{ $vs->orginal_price }} {{-- View Edit Delete Edit --}}
No data found.
@endsection @push('scripts') @endpush