@extends('layouts.vendor') @section('page-title', 'Shop Settings') @push('styles') @endpush @section('content')
{{ $vendor->name }}
Shop logo and branding
{{ $message }}
{{ 2000 - strlen(old('description', $vendor->description) ?? '') }} characters remaining
Displayed on your storefront
Used for order notifications
Joined
{{ $vendor->created_at->format('M d, Y') }}
Last Updated
{{ $vendor->updated_at->diffForHumans() }}
Products
{{ $vendor->products()->count() }} listed
Location
{{ $vendor->city ?? 'Not set' }}{{ $vendor->country ? ', ' . $vendor->country : '' }}
Make sure all your shop information is accurate and up to date.