@extends('layouts.content') @section('body_content') Memo Internal List Memo Internal Export: Export to Excel Filter Activity: Something @if (auth()->user()->roles->accessLevel->name === 'HR-Manager' || auth()->user()->roles->accessLevel->name === 'Developer' || auth()->user()->roles->accessLevel->name === 'HR-Legal-Staff') @endif @include('partials.alert') @include('letter.modals.delete_mi_modal') @include('letter.modals.add_new_mi_modal') @if (auth()->user()->roles->accessLevel->name === 'Developer' || auth()->user()->roles->accessLevel->name === 'HR-Manager') @else @endif @endsection