@extends('layouts.admin') @section('pageTitle') Best Insurance | Callbacks @stop @section('content')
@if(isset($callBackRequests)) @foreach($callBackRequests as $callBackRequest) @endforeach @endif
Created Date Name Phone Number Wish to be called Created Date Actions
{{$callBackRequest->date_added.' '. $callBackRequest->time_added}} {{$callBackRequest->title.' '. $callBackRequest->fname. ' '. $callBackRequest->sname}} {{$callBackRequest->phone}} {{$callBackRequest->calltime}} {{date('d-m-Y',strtotime($callBackRequest->date_added))}} {{ $callBackRequest->time_added}}
@stop @section('pageBottomJs') @stop