@extends('layout.master') @section('content')
Add New Designation
@csrf
@error('name')
{{ $message }}
@enderror
Cancel
@endsection