@extends('Model::model_dashboard') @section('content_sub_model')
@if ($product->id)

@lang('messages.updateProduct')

@else

@lang('messages.addNewProduct')

@endif
{{$errors->first('name')}}
{{$errors->first('token')}}
{{$errors->first('inStock')}}
@if ($product->image) @widget('AttachmentImage', ['attachment' => $product->image]) @else @endif
@lang('messages.upload')
isActive) checked @endif /> @lang('messages.yes') isActive) checked @endif /> @lang('messages.no')

@endsection