@extends('admin.layout.app') @section('heading', 'Candidates') @section('main_content')
| SL | Name | Phone | Username | Details | Applied Jobs | Action | |
|---|---|---|---|---|---|---|---|
| {{ $loop->iteration }} | {{ $item->name }} | {{ $item->email }} | {{ $item->phone }} | {{ $item->username }} | Details | Applied Jobs | Delete |