@extends('layouts.content') @section('body_content') E-learning E-learning Export: Export to Excel Filter Activity: Something @if (auth()->user()->roles->accessLevel->name === 'HR-Manager' || auth()->user()->roles->accessLevel->name === 'Developer') @endif @include('partials.alert') @include('elearning.modals.delete_elearning_modal') @include('elearning.modals.add_new_elearning') @if(auth()->user()->roles->accessLevel->name === "Developer" || auth()->user()->roles->accessLevel->name === "HR-Manager") @else @endif @endsection