@extends('layout.app') @section('content')
@foreach ($list as $r) @endforeach
ID Name Create Date Action
{{ $r->id }} {{ $r->name }} {{ date('d-M-Y H:i:s A', strtotime($r->created_at)) }}
{{ $list->links() }}
@endsection