@extends('admin.layout') @section('content')
@csrf
Update Basic Informations
@csrf
@if ($errors->has('website_title'))

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

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

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

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

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

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

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

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

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

@endif
1 USD =
{{$abx->base_currency_text}}
@if ($errors->has('base_currency_rate'))

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

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

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

@endif
@if ($abe->theme_version != 'dark' && $abe->theme_version != 'gym' && $abe->theme_version != 'car' && $abe->theme_version != 'construction' && $abe->theme_version != 'lawyer')
@if ($errors->has('secondary_base_color'))

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

@endif
@endif
@if ($abe->theme_version != 'cleaning' && $abe->theme_version != 'logistic')
@if ($errors->has('hero_area_overlay_color'))

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

@endif

Opacity can be between 0 to 1.

@if ($errors->has('hero_area_overlay_opacity'))

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

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

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

@endif

Opacity can be between 0 to 1.

@if ($errors->has('breadcrumb_area_overlay_opacity'))

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

@endif
@endsection