@extends('layouts.app') @push('style') @endpush @section('head') @include('layouts.partials.headersection',['title'=>'Payment Options']) @endsection @section('content')
|
{{ $row->name }} {{ $row->description->content }} @if(!empty($row->active_getway)){{ __('Installed') }} @endif |
@if(!empty($row->active_getway)) @else @endif |
|
{{ $row->name }} {{ $row->description->content }} @if(!empty($row->active_getway)){{ __('Installed') }} @endif |
@if(!empty($row->active_getway)) @else @endif |