@extends('layout.store_layout.master') @section('custom_css') @endsection @section('content') {{-- @if (session('success'))--}} {{--
--}} {{-- --}} {{-- --}} {{-- --}} {{-- --}} {{-- --}} {{-- --}} {{-- --}} {{-- --}} {{--
--}} {{-- --}} {{--
--}} {{--

--}} {{-- {{ session('success') }}--}} {{--

--}} {{--
--}} {{-- --}} {{--
--}} {{-- --}} {{--
--}} {{-- @endif--}}

@lang('super_admin.name_of_store') : {{$store->{'name_'.app()->getLocale()} }}

{{-- --}}
@csrf
{{--
--}} {{----}} {{--
--}}
@if($store->active_subscription_plan())
@lang('super_admin.active_subscription') :
{{__('super_admin.name_of_package')}} : {{$store->active_subscription_plan() ? $store->active_subscription_plan()->{'name_'.app()->getLocale()} : '-' }}

{{__('super_admin.date_subscription')}}

{{$store->active_subscription_plan() ? getFormattedTimeNew($store->active_subscription_plan()->pivot->subscription_date) : '-' }}

{{__('super_admin.date_subscription')}}

{{$store->active_subscription_plan() ? getFormattedTimeNew($store->active_subscription_plan()->pivot->end_date) : '-' }}

{{__('super_admin.status_subscription')}}

{{$store->active_subscription_plan() ? __('super_admin.active') : __('super_admin.in_active')}}

@endif
image
{{$store->{'name_'.app()->getLocale()} ?? '-'}} {{--
--}} {{--
Administrator
--}} {{--
--}}
{{-- --}} {{-- --}} {{-- @lang('general.edit')--}} {{-- --}}{{--Delete--}} {{-- --}}
@lang('general.status')
{{$store->status == '1'?__('super_admin.active'):__('super_admin.in_active')}}
@lang('super_admin.name_of_store')
@lang('general.mobile')
@lang('super_admin.whatsapp')
@lang('general.email')
{{--
--}} {{--
@lang('super_admin.type_subscription')
--}} {{--
{{$store->active_subscription_plan() ? $store->active_subscription_plan()->{'name_'.app()->getLocale()} : '-' }}
--}} {{--
@lang('super_admin.date_subscription')
--}} {{--
{{$store->active_subscription_plan() ? getFormattedTime($store->active_subscription_plan()->pivot->subscription_date) : '-' }}
--}} {{--
@lang('super_admin.date_exp_subscription')
--}} {{--
{{$store->active_subscription_plan() ? getFormattedTime($store->active_subscription_plan()->pivot->end_date) : '-' }}
--}}
{{--
--}} {{--
--}} {{--
--}} {{-- --}}{{-- --}} {{--
--}} {{-- @lang('general.status')--}} {{--
@lang('general.change_status_txt')
--}} {{--
--}} {{--
--}} {{--
--}} {{-- --}} {{-- --}} {{-- --}} {{--
--}} {{--
--}} {{--
--}}

{{--

@lang('super_admin.profile_store')

--}}
{{-- --}} {{-- --}}
@include('pages.super_admin.store.info.overview')
@include('pages.super_admin.store.info.subscription')
@endsection @section('custom_js') @endsection