@extends('layouts.default', ['appTopMenu' => true]) @section('title', 'Post Master') @push('head') @endpush @section('content') Department Master @csrf Department/Subdepartment Department Sub Department Select Department Type ---------- Select Type ---------- @foreach($allDeptType as $allDept) {{ $allDept->depname }} @endforeach @error('ddl_dept_type') {{ $message }} @enderror Select Department ---------- Select Department ---------- @foreach($allDepts as $allDep) {{ ucwords(strtolower($allDep->deptname)) }} @endforeach @error('ddl_dept') {{ $message }} @enderror Name of Dept/Subdept @error('txt_dept_subdept') {{ $message }} @enderror Email Cadre Master Details @endsection @push('scripts') @endpush