@extends('layouts.app') @section('title') @endsection @section('content')
@foreach ([ ['title' => 'Apology Policy', 'file' => 'Apology_Policy.pdf', 'icon' => 'fa-user-slash'], ['title' => 'Attendance Policy', 'file' => 'Attendance_Policy.pdf', 'icon' => 'fa-clipboard-check'], ['title' => 'Complaints & Suggestions', 'file' => 'Complaints_Suggestions.pdf', 'icon' => 'fa-comments'], ['title' => 'Communication Tools Guide', 'file' => 'Guide_to_Communication_Tools.pdf', 'icon' => 'fa-handshake'], ['title' => 'Course Entry Guide', 'file' => 'Guide_to_Course_Entry.pdf', 'icon' => 'fa-door-open'], ['title' => 'Knowledge Guide', 'file' => 'Guide_to_Knowledge.pdf', 'icon' => 'fa-user-graduate'], ['title' => 'Movement Guide', 'file' => 'Guide_to_Movement.pdf', 'icon' => 'fa-arrows-alt'], ['title' => 'Upload Assignments Guide', 'file' => 'Guide_to_Uploading_Training_Assignments.pdf', 'icon' => 'fa-upload'], ['title' => 'Zoom Usage Guide', 'file' => 'Guide_to_Using_Zoom.pdf', 'icon' => 'fa-video'], ['title' => 'Trainer Skills', 'file' => 'Knowledge_Skills.pdf', 'icon' => 'fa-chalkboard-teacher'], ['title' => 'Receiving Complaints Mechanism', 'file' => 'Mechanism_for_Receiving_Complaints.pdf', 'icon' => 'fa-inbox'], ['title' => 'Course Registration', 'file' => 'Registration_in_Courses.pdf', 'icon' => 'fa-medal'], ['title' => 'Trainer Login', 'file' => 'Trainer_Login.pdf', 'icon' => 'fa-sign-in-alt'], ['title' => 'Training Plan', 'file' => 'Training_Plan.pdf', 'icon' => 'fa-calendar-alt'], ] as $guide)
{{ __('home.'.$guide['title']) }}
@endforeach
@endsection