@extends('layouts.auth') @section('title') Add Store Name @endsection @section('content')
Setup Your C2C Store Name
We're Almost there {{ auth()->user()->first_name }}!
Now that you've created your store, let's add a store name. That is the name you'll be seen as on the platform.
store
@csrf
@error('username') {{ $message }} @enderror
@endsection