@extends('layouts.master') @section('title') @lang('translation.crm') @endsection @section('css') @endsection @section('content') @component('components.breadcrumb') @slot('li_1') Dashboards @endslot @slot('title') @if(Auth::user()->role === '3') {{' Welcome Super Admin'}} @elseif(Auth::user()->role === '2') {{ 'Welcome Admin' }} @endif @endslot @endcomponent {{-- @php--}} {{-- dd($trademarks)--}} {{-- @endphp--}}
Total Jobs
Apply Jobs
New Jobs
Interview
Hired
Rejected
New Applications
Interview
Hired
Total Applications
|
ID | Customer | Applied | Usage | Ownership | Name | Type | Status | Action |
---|---|---|---|---|---|---|---|---|---|
|
{{ $trademark->id }} | {{ optional($trademark->user)->first_name . ' ' . optional($trademark->user)->last_name ?? 'N/A' }} | {{ $trademark->created_at->format('Y-m-d H:i') }} | @lang('admin-dashboard.' . $trademark->usage) | {{ ucfirst($trademark->ownership) ?? 'N/A' }} | {{ ucfirst($trademark->trademark_type == 'word' ? optional($trademark->wordMark)->trademark_name : optional($trademark->logoMark)->trademark_name) ?? 'N/A' }} | {{ ucfirst($trademark->trademark_type) ?? 'N/A' }} | {{ ucfirst($trademark->status) }} |
|