@extends('layouts.app') @section('title') {{'Payment Settings'}} @endsection @section('content')
@if(auth()->user()->hasPermissionTo('can_manage_payment_method'))
@endif @include('layouts.message')
Card number Brand Expires at Card Type Action
@push("scripts") @endpush
@endsection