@extends('frontend.company-dashboard.layouts.master') @section('dashboard-contents')
Jobs | Name | Phone | Create On | Actions | |
---|---|---|---|---|---|
{{ @$model->internship->title }} | {{ $model->first_name." ".$model->last_name }} | {{ $model->phone }} | {{ $model->email }} | {{ formatDate($model->created_at) }} | {{ __('No Data') }} | @endif