@extends('layout.main') @section('content')

{{ __('General Setting') }}

{{ __('The field labels marked with * are required input fields') }}.

@csrf
@if ($errors->has('site_logo')) {{ $errors->first('site_logo') }} @endif

@if ($general_settings_data->currency_format == 'prefix') @else @endif
@if ($general_settings_data) @endif
{{--
--}}


@endsection @push('scripts') @endpush