@extends('layouts.admin') @section('title', 'Create product page — '.config('app.name')) @section('page_title', 'Create product page') @section('breadcrumbs') @endsection @section('content')
@csrf

Choose the catalog product. Next you will add page sections one by one from a list — Overview first is a good start.

@endsection