@extends('layouts.app') @section('title') {{ 'Update profile' }} @endsection @section('content')
{{--
Basic Style Tabs

It is Very Easy to Customize and it uses in your website apllication.

--}}
@if (session()->has('error')) @endif @if (session('errors')) @endif @if (session()->has('success')) @endif
@csrf
{{--
--}} @if (Auth::user()->hasRole('affiliate_admin') || Auth::user()->hasRole('business_super_admin'))
@else
{{ $user->userCompany->name ?? '' }}
@endif
@if ($errors->has('email')) {{ $errors->first('email') }} @endif
@if ($errors->has('profile_image')) {{ $errors->first('profile_image') }} @endif
@if (!empty($user->profile_image)) @else @endif
@csrf
@if ($errors->has('current_password')) {{ $errors->first('current_password') }} @endif
@if (!empty($userSubscriptionPlanDetails))
{{ $userSubscriptionPlanDetails->name }}
{{ \Carbon\Carbon::parse($userSubscriptionPlanDetails->from_date)->format('d F, Y') }} to {{ \Carbon\Carbon::parse($userSubscriptionPlanDetails->to_date)->format('d F, Y') }}
•••• •••• •••• {{ $customerDefaultSource }}
@endif
@push('scripts')