@extends('layouts.admin') @section('content')

اضافه کردن محصول

بازگشت
{{ csrf_field() }}
@if ($errors->has('name')) {{ $errors->first('name') }} @endif
@if ($errors->has('price')) {{ $errors->first('price') }} @endif
@if ($errors->has('tax')) {{ $errors->first('tax') }} @endif
@if ($errors->has('type')) {{ $errors->first('type') }} @endif
status ? 'checked' : ''}}>
@if ($errors->has('description')) {{ $errors->first('description') }} @endif
@endsection