@extends('master') @section('content')
Messages
@foreach($message as $k=>$val) @endforeach
S/N Name Mobile Email Created Updated Action
{{++$k}}. {{$val->full_name}} {{$val->mobile}} {{$val->email}} {{date("Y/m/d", strtotime($val->created_at))}} {{date("Y/m/d h:i:A", strtotime($val->updated_at))}}
@stop