@extends('layouts/contentLayoutMaster') @section('title', 'Add New Designation') @section('page-style') @endsection @section('content')

Edit Designation

@if ($success = Session::get('success'))
@endif @if ($errorMessage = Session::get('errorMessage'))
@endif
@csrf @method('PUT')
@error('name') {{ $message }} @enderror
@error('description') {{ $message }} @enderror
Cancel
@endsection