@extends('layouts.adminapp') @section('content') {{-- Create New Designation --}}

Create New Designation

@csrf
@error('title')
{{ $message }}
@enderror
Back
@endsection