@extends('Layouts/dashboard') @section('submenu') @include( 'Plugins/Payment/Views/Elements/Zone/submenu' ) @endsection @section('content') @foreach ($data as $row) @endforeach
@t('ID') @t('Name') @t('Type') @t('Order') @t('Weekly Times')
{{ $row->id }} {{ $row->name }} {{ $row->type }} {{ $row->ordering }} {{ ($row->weekly_times ? __('Yes') : __('No')) }}
{!! pagination(['total' => $pagination_total]) !!}
@endsection