@extends('themes.backend.layouts.app') @section('editor') @stop @section('breadcrumb') {{ Breadcrumbs::render('product.create') }} @endsection @section('page-css-styles') @stop @section('content')
{{ __('product.add_txt') }}
{{ csrf_field() }}
@stop