@extends('backend.layouts.app') @section('content')

{{ translate('Notification Types') }}

{{ translate('Notification Types') }}

@php $activeClasss = 'btn-soft-blue'; $inActiveClasses = 'text-secondary border-dashed border-soft-light'; @endphp {{ translate('Customer') }} {{ translate('Seller') }} {{ translate('Admin') }}
@foreach ($notificationTypes as $key => $notificationType) @endforeach
# {{ translate('Image') }} {{ translate('Type') }} {{ translate('DEfault Text') }} {{ translate('Status') }} {{ translate('Actions') }}
{{ ($key+1) + ($notificationTypes->currentPage() - 1)*$notificationTypes->perPage() }} {{ translate('Image') }} {{ $notificationType->getTranslation('name') }} {{ $notificationType->getTranslation('default_text') }} @can('edit_preorder_notification_type') @endcan
{{ $notificationTypes->appends(request()->input())->links() }}
@endsection @section('script') @endsection