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

Depertment Information

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