@extends('layouts.app') @section('content')

Payment Cards

{{-- Add New--}}

@include('flash::message')
@include('payment_cards.table')
@endsection