@extends('layouts.master') @section('title',__('index.warning')) @section('action',__('index.lists')) @section('button') @can('create_warning') @endcan @endsection @section('main-content')
@include('admin.section.flash_message') @include('admin.warning.common.breadcrumb')
{{ __('index.warning_filter') }}
{{ __('index.warning_filter') }}
@if(!isset(auth()->user()->branch_id))
@endif
@if(\App\Helpers\AppHelper::ifDateInBsEnabled())
@else
@endif
{{ __('index.reset') }}
{{ __('index.warning_list') }}
@canany(['show_warning','delete_warning','update_warning']) @endcanany @forelse($warningLists as $key => $value) @empty @endforelse
# {{ __('index.subject') }} {{ __('index.employees') }} {{ __('index.warning_date') }}{{ __('index.action') }}
{{++$key}} {{ $value->subject }} {{ \App\Helpers\AppHelper::formatDateForView($value->warning_date) }}
    @can('update_warning')
  • @endcan @can('show_warning')
  • @endcan @can('delete_warning')
  • @endcan

{{ __('index.no_records_found') }}

{{ $warningLists->appends($_GET)->links() }}
@include('admin.warning.employee') @endsection @section('scripts') @include('admin.warning.common.scripts') @endsection