@extends('layouts.admin') @section('title', 'Edit Vendor') @section('content')
Manage {{ $vendor->name }}'s store details and settings
This is the public name of the vendor's store
Platform commission on each sale
Linked Account
{{ $vendor->user->name }}
{{ $vendor->user->email }}
Financial Summary
{{ price($vendor->total_sales) }}
Total Sales
{{ price($vendor->total_earnings) }}
Earnings
{{ price($vendor->balance) }}
Balance