@extends('layouts.admin') @section('title') Logbook @endsection @section('customStyle') @endsection @section('content')
{{--
Slideshow
Tambah --}}
Logbook - Detail
Kembali
{{-- Tambah Peserta --}}
{{ $detail->user->name }}
{{ \Carbon\Carbon::parse($detail->tanggal_logbook)->format('Y-m-d') }}
{{ $detail->judul_logbook }}
{{ $detail->ringkasan_logbook }}
@endsection @section('script') @endsection