@extends('layouts.light.master') @section('title', 'Edit Profile') @section('css') @endsection @section('style') @endsection @section('breadcrumb-title')

UserProfile

@endsection @section('breadcrumb-items') @endsection @section('content')
@csrf
Upload Your Logo
Username
{{-- @if ($user->getRoleNames()->first() !== 'Admin' || $user->getRoleNames()->first() !== 'Representative' || $user->getRoleNames()->first() !== 'Customer')
My Representative
@endif --}}
First Name
Last Name
Address
Email
Call Phone
Country {{-- --}}
State
City
County
Zip
@php $role = $user->getRoleNames()->first(); @endphp @if ( $parent_user && $role !== 'Admin' && $role !== 'Representative' && $role !== 'Customer' )
Role Assignment username }}">
@endif {{--
Description
--}}
@endsection @section('script') @endsection