@extends('admin.layouts.app') @section('page_title', __('Push Notification Templates')) @section('content')
@include('admin.control_panel.components.sidebar', ['settings' => config('generalsettings.push-notification'), 'suffix' => ''])
@forelse($templates as $template) @empty @endforelse
@lang('SL.') @lang('Name') @lang('Status') @lang('Action')
{{ __($loop->index + 1) }} {{ __($template->name) }} status['push'] == 1 ? "success" : "danger" }}"> {{ __($template->status['push'] == 1 ? "Active" : "Inactive") }} @lang("Edit")
@endsection @push('css-lib') @endpush @push('js-lib') @endpush @push('script') @endpush