@extends("layouts.admin.app") @section("page-title") {{__("Dashboard")}} @endSection @section("page-nav-title")
{{__("items")}}
{{__("all-items")}}
{{__("Dashboard")}}
{{__("items")}}
{{__("show")}}
@endsection @section("content")
{{__("item-details")}}
@csrf
{{__("main-classification")}}
{{__("item-code")}}
{{__("en-name")}}
{{__("ar-name")}}
{{__("unit")}}
{{__("item-type")}}
{{__("unit-code")}}
{{__("notes")}}
warranty == 1) checked @endif id="warranty" name="warranty" style="@if(app()->getLocale() == 'en') margin-right:20px @else margin-left:20px @endif" disabled>{{__("warranty")}}
{{__("warranty-period")}}
@error("warranty_number")
{{$message}}
@enderror
{{__("select-interval")}}
{{__("day")}}
{{__("month")}}
{{__("year")}}
@error("warranty_interval")
{{$message}}
@enderror
{{__("image")}}
@if($item->getFirstMediaFile('Items'))
@endif
@endsection