@extends('layouts.app') @section('content')
{{__('Business Settings')}}
@include('admin.business-setup.header')
@csrf
{{__('Business Information')}}
@php $businessType = $generaleSetting?->shop_type ?? 'multi'; @endphp
currency_position == 'prefix' ? 'checked' : '' }}>
currency_position == 'suffix' ? 'checked' : '' }}>
@foreach ($timezones as $timezone) @endforeach
{{__('Theme Color Settings')}}

{{ $generaleSetting?->primary_color ?? '#8b5cf6' }}

{{ $generaleSetting?->secondary_color ?? '#ede9fe' }}

@hasPermission('admin.business-setting.update')
@endhasPermission
@endsection