@extends('backend.layout') {{-- this style will be applied when the direction of language is right-to-left --}} @includeIf('backend.partials.rtl-style') @section('content')
{{ __('Update General Settings') }}
@csrf
{{ __('Information') }}
@error('api_base_url')

{{ $message }}

@enderror {{ __('Use this URL for API requests') }}: {{ asset('/') }}pgw

@if (!empty($data->mobile_favicon)) image @else ... @endif
{{ __('Choose Image') }}
@error('mobile_favicon')

{{ $message }}

@enderror

@if (!empty($data->mobile_app_logo)) image @else ... @endif
{{ __('Choose Image') }}
@error('mobile_app_logo')

{{ $message }}

@enderror
@if ($errors->has('mobile_primary_colour'))

{{ $errors->first('mobile_primary_colour') }}

@endif
@if ($errors->has('mobile_breadcrumb_overlay_colour'))

{{ $errors->first('mobile_breadcrumb_background_colour') }}

@endif
@if ($errors->has('mobile_breadcrumb_overlay_opacity'))

{{ $errors->first('mobile_breadcrumb_overlay_opacity') }}

@endif

{{ __('This will decide the transparency level of the overlay color') }}
{{ __('Value must be between 0 to 1') }}
{{ __('Transparency level will be lower with the increment of the value') }}

@endsection