@extends('layouts.master') @section('content')
@foreach ($apply_for_jobs as $key=>$apply ) @endforeach
No Name Email Phone Apply Date Status Resume Actions
{{ ++$key }} {{ $apply->name }} {{ $apply->email }} {{ $apply->phone }} {{ date('d F, Y',strtotime($apply->created_at)) }} Download
@endsection