@extends('layouts.vendor') @section('vendor-content')

Store Profile

@csrf @method('PATCH')
@if(auth()->user()->vendor->logo) Logo @else
{{ substr(auth()->user()->vendor->name, 0, 1) }}
@endif
@endsection