@extends('admin.layout') @if(!empty($abe->language) && $abe->language->rtl == 1) @section('styles') @endsection @endif @section('content')
@csrf
{{__('Update Basic Informations')}}
@csrf

{{__('Information')}}



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

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

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

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

@endif

{{__('Website Appearance')}}



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

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

@endif

{{__('Currency Settings')}}


@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')}} =
{{$abe->base_currency_text}}
@if ($errors->has('base_currency_rate'))

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

@endif
@endsection