@extends('layouts.default') @section('title', ucwords(Auth::user()->name).' Profile') {{-- @section('new_button') edit Edit Profile @endsection --}} @section('content') @php $profile = $user->profile; @endphp
Date | Name | Mobile | Technologies | Visa Type | Status | Creater | Action | |
---|---|---|---|---|---|---|---|---|
{{ Date::parse($consultant->created_at)->format(env('APP_DATE')) }} | {{ ucwords($consultant->name) }} | {{ $consultant->mobile }} | {{ $consultant->email }} | {{ Str::limit($techs, 15) }} | {{ ucwords($consultant->visa_status) }} | {{ $statuses[$consultant->status] }} | @if(isset($consultant->creater?->name)) {{ ucwords($consultant->creater?->name) }} @endif | create mail |
No Data |