@extends('master') @section('content')
Services
@foreach($service as $k=>$val) @endforeach
S/N Title Code Icon Details Created Updated Action
{{++$k}}. {{$val->title}} {{$val->icon}} fa fa-{{$val->icon}} {{$val->details}} {{date("Y/m/d h:i:A", strtotime($val->created_at))}} {{date("Y/m/d h:i:A", strtotime($val->updated_at))}}
@stop