@extends('layouts.master') @section('title','Create a new designation') @section('breadcum') @endsection @section('maincontent')
@csrf
{{ __("Create a new designation :") }}
@error('name') {{ $message }} @enderror


@endsection