@extends('admin.admin') @section('content')

{{ __('logo_favicon_settings')}}

@if(isset($permission)) @if(hasPermission($permission, 'General Settings', 'edit'))
@endif @endif
@include('admin.partials.general_settings_side_menu')
{{ __('Logo Preview') }}
{{ __('logo') }}
{{ __('recommended_logo_size') }}

{{ __('click_to_upload') }} {{ __('drag_and_drop') }}

{{ __('image_format') }}
{{ __('max_size', ['width' => 155, 'height' => 40]) }}
{{ __('Favicon Preview') }}
{{ __('favicon') }}
{{ __('recommended_favicon_size') }}

{{ __('click_to_upload') }} {{ __('drag_and_drop') }}

{{ __('image_format') }}
{{ __('max_size', ['width' => 32, 'height' => 32]) }}
{{ __('Icon Preview') }}
{{ __('Mobile icon') }}
{{ __('recommended_icon_size') }}

{{ __('click_to_upload') }} {{ __('drag_and_drop') }}

{{ __('image_format') }}
{{ __('max_size', ['width' => 50, 'height' => 50]) }}
{{ __('Icon Preview') }}
{{ __('icon') }}
{{ __('recommended_icon_size') }}

{{ __('click_to_upload') }} {{ __('drag_and_drop') }}

{{ __('image_format') }}
{{ __('max_size', ['width' => 50, 'height' => 50]) }}
{{ __('Dark Logo Preview') }}
{{ __('dark_logo') }}
{{ __('recommended_logo_size') }}

{{ __('click_to_upload') }} {{ __('drag_and_drop') }}

{{ __('image_format') }}
{{ __('max_size', ['width' => 155, 'height' => 40]) }}
@endsection