@extends('company.layout.layout')
@push('title')
اضافة منتج جديد
@endpush
@push('breadcrumbs')
الرئيسية
الشركة
منتجات
@endpush
@push('css')
@endpush
@push('content')
{!!Form::open( ['route' => ['company.company.product.store',[$parent->id]] ,'class'=>'form ', 'method' => 'Post','files' => true]) !!}
@include('company.pages.product.form')
{!!Form::close() !!}
@endpush
@push('scripts')
@endpush