{{-- Create Marketplace Section --}} @extends('layouts/contentNavbarLayout') @section('title', 'Create Marketplace Section') @section('content')

Add Marketplace Section

@csrf
@error('name')
{{ $message }}
@enderror
@error('image')
{{ $message }}
@enderror
@error('status')
{{ $message }}
@enderror
Cancel
@endsection