@extends('./layouts.managermaster') @section('title', 'Trainings and department') @section('content')
TRAININGS AND DEPARTMENT
@if(session('success'))
{{session('success')}}
@endif @if(session('error'))
{{session('error')}}
@endif
@foreach($departments as $department) @endforeach
Department name Actions
{{$department->department}}
@endsection