@extends('layouts.app') @section('title', 'Edit Designation') @section('content')
@csrf @method('PUT')
@endsection