File manager - Edit - /var/www/payraty/hris/resources/views/notification-templates/index.blade.php
Back
@extends('layouts.admin') @section('page-title') @if (\Auth::user()->type == 'company') {{ __('Manage Notification Templates') }} @endif @endsection @section('title') <div class="d-inline-block"> @if (\Auth::user()->type == 'company') <h5 class="h4 d-inline-block font-weight-400 mb-0">{{ __('Notification Templates') }}</h5> @endif </div> @endsection @section('breadcrumb') <li class="breadcrumb-item"><a href="{{ route('dashboard') }}">{{ __('Dashboard') }}</a></li> @if (\Auth::user()->type == 'company') <li class="breadcrumb-item active" aria-current="page">{{ __('Notification Templates') }}</li> @endif @endsection @section('action-btn') @endsection @section('content') <div class="row"> <div class="col-xl-12"> <div class="card"> <div class="card-header card-body table-border-style"> <h5></h5> <div class="table-responsive"> <table class="table" id="pc-dt-simple"> <thead> <tr> <th scope="col" class="sort" data-sort="name"> {{ __('Name') }}</th> @if (\Auth::user()->type == 'company') <th class="text-end">{{ __('Action') }}</th> @endif </tr> </thead> <tbody> @foreach ($notification_templates as $notification_template) <tr> <td>{{ $notification_template->name }}</td> <td> @if (\Auth::user()->type == 'company') <div class="text-end"> <div class="dt-buttons"> <span> <div class="action-btn bg-warning"> <a href="{{ route('manage.notification.language', [$notification_template->id, \Auth::user()->lang]) }}" class="mx-3 btn btn-sm d-inline-flex align-items-center" data-bs-toggle="tooltip" data-bs-original-title="{{__('View')}}" title=""> <span class="text-white"><i class="ti ti-eye"></i></span> </a> </div> </span> </div> </div> @endif </td> </tr> @endforeach </tbody> </table> </div> </div> </div> </div> </div> @endsection
| ver. 1.4 |
Github
|
.
| PHP 8.3.30 | Generation time: 0 |
proxy
|
phpinfo
|
Settings