@extends('layouts.master') @section('content')

Edit Designation Welcome to TOF

Edit Designation

@csrf @method('PUT')
@error('name') {{ $message }} @enderror
@error('description') {{ $message }} @enderror
@include('layouts.footer')
@endsection