@extends('layouts.master') @section('title', 'User') @push('css') @endpush @section('content')
@csrf

Depertment Information

@foreach ($departments as $department) @endforeach
Serial Department Name Description Action
{{ $loop->iteration }} {{ $department->name }} {{ $department->description }}
@endsection @push('js') @endpush