@extends("layouts.admin.app") @section("page-title") {{__("Dashboard")}} @endSection @section("page-nav-title")

{{__("Settings")}}

{{__("Settings")}}

@endsection @section("css-links") getLocale() . "/pages/settings.css")}}"> @endsection @section("content") @include("includes.dialog")
@csrf

Payment Methods

@foreach($paymentMethods as $method)
@endforeach
@endsection @section("scripts") @endsection