@extends('Layouts/dashboard') @section('submenu') @include('Plugins/Payment/Views/Elements/Settings/submenu', [ 'extra' => view( 'Plugins/Payment/Views/Elements/Settings/email_add_button', ['types' => $types] ) ]) @endsection @section('content') @foreach ($data as $email) @endforeach
{{ __('Type') }} {{ __('Name') }} {{ __('Active') }}
{{ $email->type }} {{ $email->description }} {{ ($email->active == 1 ? __('Yes') : __('No')) }}
{!! pagination(['total' => $pagination_total]) !!}
@endsection