@extends('customer.buyers.header') @section('buyerProfileContent')
@include('customer.buyers.sidebar')
Dasboard Menu
Edit Business Profile
@csrf @method('PATCH')
@include('extensions.customer-alerts')
Basic Informations
@if (isset(Auth::guard('buyer')->user()->sub_category_id))
@endif
user()->company_logo)) style="background: url('{{ asset('consultant/public/uploads/buyer') . '/' . Auth::guard('buyer')->user()->company_logo }}');background-repeat: no-repeat;background-size: cover; background-position: center center; " @endif >
Click here or drop files to upload
Address
@if (isset(Auth::guard('buyer')->user()->state))
@endif
{{--
--}}
Documents
Click here or drop files to upload
Click here or drop files to upload
Click here or drop files to upload
Click here or drop files to upload
Display Images
user()->image_one)) style="background: url('{{ asset('consultant/public/uploads/buyer') . '/' . Auth::guard('buyer')->user()->image_one }}');background-repeat: no-repeat;background-size: cover; background-position: center center; " @endif >
Click here or drop files to upload
user()->image_two)) style="background: url('{{ asset('consultant/public/uploads/buyer') . '/' . Auth::guard('buyer')->user()->image_two }}');background-repeat: no-repeat;background-size: cover; background-position: center center; " @endif >
Click here or drop files to upload
user()->image_three)) style="background: url('{{ asset('consultant/public/uploads/buyer') . '/' . Auth::guard('buyer')->user()->image_three }}');background-repeat: no-repeat;background-size: cover; background-position: center center; " @endif >
Click here or drop files to upload
user()->image_four)) style="background: url('{{ asset('consultant/public/uploads/buyer') . '/' . Auth::guard('buyer')->user()->image_four }}');background-repeat: no-repeat;background-size: cover;" @endif >
Click here or drop files to upload
user()->image_five)) style="background: url('{{ asset('consultant/public/uploads/buyer') . '/' . Auth::guard('buyer')->user()->image_five }}');background-repeat: no-repeat;background-size: cover; background-position: center center; " @endif >
Click here or drop files to upload
user()->image_six)) style="background: url('{{ asset('consultant/public/uploads/buyer') . '/' . Auth::guard('buyer')->user()->image_six }}');background-repeat: no-repeat;background-size: cover; background-position: center center; " @endif >
Click here or drop files to upload
Banner Image
user()->company_banner)) style="background: url('{{ asset('consultant/public/uploads/buyer') . '/' . Auth::guard('buyer')->user()->company_banner }}');background-repeat: no-repeat;background-size: cover; background-position: center center; " @endif >
Click here or drop files to upload
Your Socials
@endsection