@extends('admin.layout') @section('content')
@csrf
Update General Settings
@csrf

Information



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

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

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

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

@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