@extends('layouts.app',['title'=>'Seller Application']) @section('content') @if (session('error')) {{ session('error') }} @endif @if (session('success')) {{ session('success') }} @endif @if(!$errors->isEmpty()) Please check and fix issues in the Form! @foreach ($errors->all() as $error) {{ $error }} @endforeach @endif @csrf Welcome to {{ $welcome_label }} {{ $welcome_text }} Email Address Name Marketplaces * Store Name(s) * Store URL(s) * Phone Short Detail Product Name * Product Type * @foreach($product_types as $id => $type) {{ $type }} @endforeach Short Description * URL * Price * $ @if($member->cbmIsProvidedPicture == 1) Images Upload or drag and drop @endif {{ $disclaimer }} Submit @endsection
{{ $welcome_text }}
Upload or drag and drop
{{ $disclaimer }}