@extends('layouts.master', ['title' => 'Edit Designation']) @section('contents')
@csrf

Update Designation

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