@extends('front.layouts.app') @section('content')
Department
catalogue
@foreach($Departments as $dpt)
@endforeach
@endsection @push('js') @endpush