@extends('layouts.auth') @section('title') Add Store Name @endsection @section('content')
Your Earning Expectation
What range of profit do you hope to make per month?
store
@csrf
@error('expectation') {{ $message }} @enderror
@endsection