@extends('layout.app') @section('content')
@csrf
@php $telegram = json_decode($data->telegram); $telegram_support = json_decode( $data->telegram_for_support, ); @endphp
@if ($data->img_url) No Image @else

Logo Haven't Set

@endif
Change Logo

Company Landing Image

@if ($data->landing_image) No Image @else

Landing Image Haven't Set

@endif
Change Landing Image
@error('landing_image')
{{ $message }}
@enderror
@if (auth()->user()->id == 1 || auth()->user()->email == 'admin@billingfix.xyz')
@if ($data->qrcode) No Image @else

QRCODE Haven't Set

@endif
Change QR Code
@endif @if (checkAPI())
@endif
@if (auth()->user()->id == 1 || checkSettings('mikrotik-connection-type-show') == 'enalbe')

{{ $data->mikrotik_conection_type }}

Change
@endif
@if (auth()->user()->id == 1 || checkSettings('mikrotik-connection-type-show') == 'enalbe')

{{ $data->online_offline_topbar }}

Change
@else
@endif
{{ $expire_time[0] }}:{{ $expire_time[1] }} :{{ $expire_time[2] }}
{{-- --}}
@if (auth()->user()->id == 1 || auth()->user()->email == 'admin@billingfix.xyz')
@else

{{ $billing_type }}


@endif
@if (globalPermission('show-message-to-expire-customer'))
@endif
@can('stock-alert-number') @php $users_mobile_number = explode( ',', $data->stock_reminder_contact_numbers, ); // dd($users_mobile_number); @endphp
@endcan
@if (auth()->user()->email == 'rokibulhasan.356@gmail.com')

{{ $data->day_to_day_after_10_days }}

Change
@endif
@if (checkSettings('telegram-notify') == 'enable')
same_for_support == true) checked @endif>
@endif
@if (isset($payment_button->where('type', 'bkash_img')->first()->value)) No Image @endif
@if (isset($payment_button->where('type', 'ssl_img')->first()->value)) No Image @endif
@if (isset($payment_button->where('type', 'nagod_img')->first()->value)) No Image @endif
@if (isset($payment_button->where('type', 'upay_img')->first()->value)) {{-- @php dd("comes"); @endphp --}} No Image @endif
@php $telegram = json_decode($data->telegram); $telegram_support = json_decode($data->telegram_for_support); @endphp {{--

Company Details

--}}
@if (auth()->user()->id == 1 || auth()->user()->email == 'admin@billingfix.xyz')

{{--
--}}
@else
@endif
@endsection @section('ajax') @endsection