@extends('backoffice.template.app') @section('script') @if (session('success')) @endif @endsection @section('content')

Ebook / Index

Kategori Ebook

@foreach ($categories as $i => $c) @endforeach
# Nama Action
{{ $i + 1 }} {{ $c->nama }}

Ebook

Tambah
@foreach ($ebooks as $i => $e) @endforeach
# Cover Judul Deskripsi Dibuat pada Diubah pada Action
{{ $i + 1 }} foto {{ $e->judul }} {!! substr($e->deskripsi, 0, 49) . '...' !!} {{ $e->created_at->diffForHumans() }} {{ $e->updated_at->diffForHumans() }}
{{-- MODAL SECTION --}} {{-- modal edit category --}} {{-- modal delete category --}} {{-- MODAL DELETE PELATIHAN --}} @endsection