@extends('layouts.app') @push('style') @endpush @section('head') @include('layouts.partials.headersection',['title'=>'Payment Options']) @endsection @section('content')

{{ __('Settings') }}

@foreach($cod as $row) @endforeach

{{ $row->name }}

{{ $row->description->content }} @if(!empty($row->active_getway))

{{ __('Installed') }}

@endif
@if(!empty($row->active_getway)) @else
@csrf
@endif
Note: {{ __('before activating the payment gateway make sure your currency is supported with your currency') }} @foreach($posts as $row) @endforeach

{{ $row->name }}

{{ $row->description->content }} @if(!empty($row->active_getway))

{{ __('Installed') }}

@endif
@if(!empty($row->active_getway)) @else
@csrf
@endif
@endsection @push('js') @endpush