@extends('master') @section('content')
@foreach($faq as $k=>$val) @endforeach
S/N Questions Answers Created Updated Action
{{++$k}}. {{$val->question}} {!!$val->answer!!} {{date("Y/m/d h:i:A", strtotime($val->created_at))}} {{date("Y/m/d h:i:A", strtotime($val->updated_at))}}
@stop