@extends('admin.layout.index') @section('title') درگاه های پرداخت @endsection @section('style') @endsection @section('script') @endsection @section('content')
درگاه های پرداخت
@foreach ($gateway as $key=>$item) @endforeach
# عنوان وضعیت
{{ 1 + $key }} {{ $item->Payment->name }} {{$item->is_active == 0 ? 'غیرفعال': 'فعال'}}
@endsection