@extends('layouts.vendor') @section('page-title', 'Edit Profile') @section('content')
Manage your store information
{{ $message }}
@if($vendor->status === 'pending') Your store is pending admin approval. @elseif($vendor->status === 'approved') Your store is active and can sell products. @else Your store has been rejected. Please contact admin. @endif