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

Depertment Information

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