@extends('user.layouts.main') @push('style') {{-- --}} {{-- --}} @endpush @section('contents')
Profile Edit
Back
@if ($user->user_type == '2' || $user->user_type == '3') @if ($user->is_verified_seller == 1) @elseif ($user->is_verified_seller == 2) @if ($user->request_for_verification == '2') @else @endif @elseif ($user->is_verified_seller == 0) @if ($user->request_for_verification == '1') @else @endif @endif @endif
@csrf

Basic Information

Default Image
image) required @endif>
Default Image
cover_image) required @endif>
{{--
--}}
@php // $subcat = $user->subCategory_id ? json_decode($user->subCategory_id, true) : []; // $subcat = old('sub_cat_id', $user->subCategory_id ? ($user->subCategory_id) : []); // $subcat = json_decode($user->subCategory_id, true) ?? []; $subcat = is_string($user->subCategory_id) ? json_decode($user->subCategory_id, true) ?? [] : (is_array($user->subCategory_id) ? $user->subCategory_id : []); @endphp
{{--

Home Service Info

--}}

Account Info

@if (auth()->user()->user_type == '3')

Commercial (Business Paper)

Upload Images *
Please upload a clear and legible business document such as a business license, certificate, or other relevant documents that prove your business identity.
@endif
@if ($user->user_type == '2' || $user->user_type == '3') @if ($user->is_verified_seller == 1) @elseif ($user->is_verified_seller == 2) @if ($user->request_for_verification == '2') @else @endif @elseif ($user->is_verified_seller == 0) @if ($user->request_for_verification == '1') @else @endif @endif @endif

Change password

@csrf @method('PUT')
@error('password') {{$message}} @enderror
@error('password_confirmation') {{$message}} @enderror
@endsection @push('scripts') @endpush