{{--
Brand mark: shows the uploaded system logo when one is set, otherwise falls
back to the brand name as text ("সমিতি কিপার লাইট").
Params (all optional):
$imgClass CSS classes for the
$imgStyle inline style for the
(e.g. "height:46px;")
$textClass CSS classes for the fallback text
$textStyle inline style for the fallback text
--}}
@php($__logo = system_logo_url())
@if ($__logo)
@else
{{ brand_name() }}
@endif