@extends('admin.layouts.auth') @section('style') @endsection @section('content')

Setup Your Store

Create an attractive store profile

@if (session('status'))
{{ session('status') }}
@endif @if ($errors->any())
@foreach ($errors->all() as $error)
{{ $error }}
@endforeach
@endif
@csrf
user()?->store_logo_path) style="background-image:url('{{ asset('storage/' . auth()->user()->store_logo_path) }}');background-size:cover;background-position:center;" @endif> @unless (auth()->user()?->store_logo_path) @endunless
{{ auth()->user()?->store_logo_path ? 'Logo uploaded' : 'Upload Logo' }}

Recommended: 500x500px, PNG or JPG

@endsection