@extends('layouts.backend.master') @section('title', trans('backend.titles.payment_methods')) @section('content')
@include('backend.includes.table.header', ['page' => 'payment-methods', 'id' => $payment_method->id]) @include('backend.payment_methods.tables.show') @include('backend.includes.table.footer', ['page' => 'payment-methods', 'id' => ['payment_method' => $payment_method->id]])
@endsection