@extends('header.header') @section('content')
{{__('Add Item')}}
@csrf
{{__('Item English name')}}
{{__('Item Arabic name')}}
{{__('English Description')}}
{{__('arabic Description')}}
{{-- --}} {{--
--}} {{--
--}} {{--
{{__('quantity')}}
--}} {{--
--}} {{--
--}} {{--
--}}
{{__('Price')}}
{{__('Image')}}
{{__('Submit')}}
{{__('back')}}
@endsection