@extends('layouts.admin.app') @section('title', \App\Utils\translate('shop_setup')) @push('css_or_js') @endpush @section('content')

{{ \App\Utils\translate('shop_setup') }}

@csrf
@php($shopName = \App\Models\BusinessSetting::where('key', 'shop_name')->first()->value)
@php($shopEmail = \App\Models\BusinessSetting::where('key', 'shop_email')->first()->value)
@php($shopPhone = \App\Models\BusinessSetting::where('key', 'shop_phone')->first()->value)
@php($shopAddress = \App\Models\BusinessSetting::where('key', 'shop_address')->first()->value)
@php($paginationLimit = \App\Models\BusinessSetting::where('key', 'pagination_limit')->first()->value)
@php($currencyCode = \App\Models\BusinessSetting::where('key', 'currency')->first()->value)
@php($currencyPosition = \App\Models\BusinessSetting::where('key', 'currency_position')->first()->value)
@php($footerText = \App\Models\BusinessSetting::where('key', 'footer_text')->first()->value)
@php($stockLimit = \App\Models\BusinessSetting::where('key', 'stock_limit')->first()->value)
@php($vatRegNo = \App\Models\BusinessSetting::where(['key' => 'vat_reg_no'])->first()->value)
@php($shopLogo = \App\Models\BusinessSetting::where('key', 'shop_logo')->first()->value)
* ( {{ \App\Utils\translate('ratio_1:1') }} )
@php($favIcon = \App\Models\BusinessSetting::where('key', 'fav_icon')->first()->value)
* ( {{ \App\Utils\translate('ratio_1:1') }} )
{{ \App\Utils\translate('fav_icon') }}
@endsection @push('script_2') @endpush