@extends('layouts.default') @section('title', 'Consultant call list') @section('new_button')
Consultant Name | Status | Comments | Call On | Action |
---|---|---|---|---|
{{ ucwords($call->consultant->name) }} | {{ ucwords(str_replace('_', ' ', $call->call_status)) }} | {{ ucwords($call->comments) }} | @if($call->call_status == 'call_me_later') {{ \Carbon\Carbon::parse($call->callback_date)->format(env('APP_DATE')) }} @endif | {{-- create --}} mail |