@extends('layouts.app') @section('breadcrumb') @endsection @section('header')

Create New products

@endSection @section('tools') @endSection @section('content')
{{ __('CreateProduct') }}
@include('forms.product')
@endSection