@extends('template.coin.layouts.admin-base')
@section('title', __('Payment Method'))
@section('css')
@endsection
@section('content')
Payment Method / List
@if(Session::has('sucmessage'))
{{ Session::get('sucmessage')}}
@endif
@endsection
@section('scripts')
@endsection