{{ $panel }} List

@if (isset($data['paymentGateway']) && $data['paymentGateway']->count() > 0) @php($i = 1) @foreach($data['paymentGateway'] as $Gateway) {!! Form::model($Gateway, ['route' => [$base_route.'.update', $Gateway->id], 'method' => 'POST', 'class' => 'form-horizontal', 'id' => 'validation-form', "enctype" => "multipart/form-data"]) !!} {!! Form::close() !!} @php($i++) @endforeach @else @endif
S.N. Gateway Config Status
{{ $i }} {{ $Gateway->identity }} @php($configuarations = json_decode($Gateway->config, true)) @if(isset($configuarations)) @foreach($configuarations as $key => $conf)
status=="active"?"":"disabled" }} class="form-control border-form">

@endforeach @endif
No data found.