@extends('template.layout') @section('style') @endsection @section('content')
@if ($errors->any()) @endif
Edit Item
Back
@csrf @method('PUT')
image_name == null || $item->image_name == '' ? 'disabled' : '' }}>
@csrf @method('DELETE')
@endsection @section('script') @endsection