@extends('backend.layouts.app')
@section('content')
Image/Thumbnail |
Name |
Batch |
Position |
Content |
Date Created |
Action |
@foreach ($graduates as $items)
|
{{ $items->name }} |
{{ $items->batch }} |
{{ $items->position }} |
{{ $items->content }} |
{{ date('m-d-y', strtotime($items->created_at)) }} |
|
@endforeach
@endsection
@section('js')
@endsection