@extends('layouts.app') @section('title', 'Edit NTTN Item') @section('content')

Edit NTTN Item

Edit NTTN item information

Back
@csrf @method('PUT')
Item Information
@error('name')
{{ $message }}
@enderror
@error('description')
{{ $message }}
@enderror
@error('status')
{{ $message }}
@enderror
Cancel
@endsection