@extends('layouts.master') @section('title','Edit designation') @section('breadcum') @endsection @section('maincontent')
@csrf @method('PUT')
@error('name') {{ $message }} @enderror


@endsection