@extends("layouts.admin.app") @section("page-nav-title")

{{__("Items")}}

{{__("Create new item")}}

@endsection @section("content")

{{__("Edit Vendor")}}

id)}}" enctype="multipart/form-data"> @csrf
@error("name")
{{$message}}
@enderror
@error("name_ar")
{{$message}}
@enderror
@error("item_id")
{{$message}}
@enderror
@error("vendor_image")
{{$message}}
@enderror
{{--
--}} {{--
--}} {{--
--}} {{-- url }}" alt="">--}} {{--
--}} {{--
--}} {{--
--}}
@endsection @section("scripts") @endsection @include("admin.items.template")