@extends('layouts.app-bo') @section('title', __('app.dashboard')) @section('content')

{{ __('menus.assign_trainings') }}

{{ __('other.disabled') }} {{ __('menus.trainings') }}





{{ __('other.how_this_webpage_works') }}
{{ __('other.how_to_use_the_training_plateform') }}
{{ __('other.watch_video') }}

@foreach($categories as $category)
@if ($category->id == 11) {{ $category->name }} @elseif ($category->id == 8) {{ $category->name }} @else {{ $category->name }} @endif
{{ __("menus.$category->code") }}
{{ __('other.click_here') }}
@endforeach

{{ __('app.training_catalog') }}


@endsection