@extends('layouts.app') @section('title', __('app.add').' '.__('app.products')) @section('content') @include('products._form') @endsection