@if(session('success'))
{{-- /step2 --}}
{{ session('success') }}
@endif
@if ($errors->any())
{{ $errors->first() }}
@endif
{{-- Single form for both steps --}}
@extends('layouts.app')
@section('title','Sell Now — SJL')
@section('content')
@if(session('success'))
{{-- /step2 --}}
{{ session('success') }}
@endif
@if ($errors->any())
{{ $errors->first() }}
@endif
{{-- Single form for both steps --}}