@extends('layouts.admin') @section('page-title', 'Add Designation') @section('content')

Add New Designation

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