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