@extends('layouts.app') @section('content')

Account! {{$userprofile->name}}

Name - {{$userprofile->name}}
Role - {{$userprofile-> role}}
Category - {{$userprofile->sales_person_category}}
User Profile
Update User Profile
@csrf
Full Name
Assigned Branch
Email
Sales category
Role
Profile Image
Active
@foreach($all_branch_ as $branch) @if($branch->branch_name !== $userprofile->branch)
@endif @endforeach

Income Generated

Deliveries Made

@endsection