@extends('layouts.frontend.master') @section('title', 'Start Selling - The Marketplace') @section('banner') @endsection @section('content')
@if ( session()->has('message') ) @elseif(session()->has('error')) @endif
@endsection @section('scripts') @endsection