@extends('layouts.main') @section('main-container')
@if (Session::has('success')) @endif @if($errors->any()) @endif
@csrf
Department
Add
@php $count = 1; @endphp
@foreach ($departments as $department) @endforeach
Sl Department Status Action
{{ $department->id }} {{ $department->department }} {{ $department->status ==1 ? 'Active': 'Inactive'}}
@endsection