@extends('layouts.admin_layout') @section('title', 'Manage Career Departments') @section('content') Manage Career Departments Home Manage Career Departments Add Career Department Save Sorting Caption Action @foreach($career_department as $career_department_row) {{$career_department_row->career_department_caption}} Edit @endforeach @endsection