@extends('layouts.app') @section('title', 'Create Digital Product') @section('page-title', 'Create Digital Product') @section('breadcrumb', 'Custom Products / Create') @section('content')
Back

Start creating a new digital product

@csrf
0/60
@error('title')

{{ $message }}

@enderror
@error('price')

{{ $message }}

@enderror
@error('content_security')

{{ $message }}

@enderror
Cancel
@endsection