@extends('layouts.website.website') @section('content') List Of Departments Add New Name Description Options @foreach (App\Department::orderBy('name','ASC')->where('status',1)->get() as $item) {{ $item->name }} {{ $item->description }} @endforeach