@extends('dashboard.layouts.app')
@section('title', trans('admin.payment-systems.title') . ' - ')
@section('speedbar')
@endsection
@section('content')
| ID |
@lang('admin.payment-systems.logo') |
@lang('admin.problems.title') |
slug |
@lang('admin.partners.description') |
@lang('admin.actions') |
@if (count($items) == 0)
|
@lang('admin.no_data')
|
@endif
@foreach ($items as $item)
| {{ $item->id }} |
|
{{ $item->getTitle() }} |
{{ $item->slug }} |
{{ $item->getDescription() }} |
|
@endforeach
@endsection