@extends('layouts.admin_layout') @section('title', 'Manage Career Departments') @section('content')

Manage Career Departments

Add Career Department
@foreach($career_department as $career_department_row) @endforeach
Caption Action
{{$career_department_row->career_department_caption}} Edit
@endsection