@extends('layouts.master') @section('main-content') @section('page-css') @endsection
@can('payment_method') @endcan
@foreach($payment_methods as $payment_method) @endforeach
{{ __('translate.Title') }} {{ __('translate.Action') }}
{{$payment_method->title}} @if (auth()->user()->can('payment_method')) @endif
@endsection @section('page-js') @endsection