@extends('layouts.vendor') @section('page-title', 'Shop Settings') @push('styles') @endpush @section('content')
{{-- Page Header --}}
@csrf @method('PATCH') {{-- Tabs --}}
{{-- General Tab --}}
Shop Identity
Your brand name and public-facing identity
{{-- Avatar --}}
{{ strtoupper(substr($vendor->name, 0, 1)) }}

{{ $vendor->name }}

Shop logo and branding

PNG, JPG up to 2MB
@error('name')

{{ $message }}

@enderror
{{ url('/shops/') }}/
@error('slug')

{{ $message }}

@enderror

{{ 2000 - strlen(old('description', $vendor->description) ?? '') }} characters remaining

@error('description')

{{ $message }}

@enderror
Active
{{ $vendor->commission_rate }}%
{{-- Contact Tab --}} {{-- Location Tab --}}
{{-- Sidebar --}}
{{-- Quick Info --}} {{-- Actions --}}
@push('scripts') @endpush @endsection