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

Edit Item

@if($errors->any())
@endif
@csrf @method('PUT')
Back to List
@endsection