@extends('customer.buyers.header') @section('buyerProfileContent')
@include('customer.buyers.sidebar')
Dasboard Menu
Edit Profile
Change Cover
@include('extensions.customer-alerts')
@csrf @method('PATCH')
Representative
user()->photo)) style="background: url('{{ asset('consultant/public/uploads/buyer') . '/' . Auth::guard('buyer')->user()->photo }}');background-repeat: no-repeat;background-size: cover; background-position: center center; " @endif >
Click here or drop files to upload
{{--
Banner @if (isset(Auth::guard('buyer')->user()->banner)) @endif
--}} {{--
Click here or drop files to upload
--}}
@endsection