@extends('layouts.admin.app')
@section('title', 'Data ' . $title)
@section('content')
| No |
Title |
Description |
Last Edit |
Edited by |
Action |
@foreach ($datas as $data)
| {{ $loop->iteration }} |
{{ $data->title }} |
{!! $data->desc !!} |
{{ $data->updated_at->diffForHumans() }} |
{{ $data->updated_by ?? '-' }} |
|
{{--
| --}}
@endforeach
{{ $datas->links() }}
@endsection