@csrf
@can('Update Logo In General Settings')
Upload Logo
View Logo
@if (
!empty($settings->where('key', \App\Models\GeneralSettings::SITELOGO)->first()) ||
$settings->where('key', \App\Models\GeneralSettings::SITELOGO)->first() != null)
@else
@endif
@endcan
@can('Update Login Image In General Settings')
Login Image
*For best result upload PNG image with resolution: 462 x 540px
or aspect ratio: 77:90
Login Image
@if (
!empty($settings->where('key', \App\Models\GeneralSettings::LOGINIMAGE)->first()) ||
$settings->where('key', \App\Models\GeneralSettings::LOGINIMAGE)->first() != null)
@else
@endif
@endcan
@can('Update Store Banner Image In General Settings')
Store Banner Image
Store Banner Image
@if (
!empty($settings->where('key', \App\Models\GeneralSettings::STOREBANNERIMAGE)->first()) ||
$settings->where('key', \App\Models\GeneralSettings::STOREBANNERIMAGE)->first() != null)
@endif
@endcan
@can('Update Cash Image In General Settings')
Cash Image
Cash Image
@if (
!empty($settings->where('key', \App\Models\GeneralSettings::CASHIMAGE)->first()) ||
$settings->where('key', \App\Models\GeneralSettings::CASHIMAGE)->first() != null)
@endif
@endcan
@can('Update Dashboard Image In General Settings')
@endcan
@canany(['Update Logo In General Settings', 'Update Login Image In General Settings', 'Update Store
Banner Image In General Settings', 'Update Cash Image In General Settings'])
@endcan