@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
{{--

{{__('Zone Configuration')}}

*{{__('in meters')}}
*{{__('in kilo')}}
--}}

{{__('General Settings')}}

{{--
--}}
{{--
--}}
{{--
--}}
@endsection @section("scripts") @endsection