@extends('dashboard.base') @section('content') Consultant Registration
Profile
@if (session('status')) @endif @if (str_contains(Auth::user()->menuroles, "consultant"))
@if ($errors->any())
    @foreach ($errors->all() as $error)
  • {{ $error }}
  • @endforeach
@endif
@method('PUT')
@csrf

gender == "male"? "checked":"" }} required/> Male gender == "female"? "checked":"" }} required /> Female


ADB == "Pakistan"? "checked":"" }}> Pakistan ADB == "Foreign"? "checked":"" }}> Foreign

ownership == "Individual"? "checked":"" }}> Individual ownership == "Sole Proprietor"? "checked":"" }}> Sole Proprietor ownership == "Partnership"? "checked":"" }}> Partnership
ownership == "Private Limited Company"? "checked":"" }}> Private Limited Company

@endif @if (str_contains(Auth::user()->menuroles, "client"))
{{ 11 }}
My Projects
{{ 150000 }}$
Total Spending
@endif
@endsection