@extends('layouts.participant') @section('title') Detail Logbook @endsection @section('customStyle') @endsection @section('content')
@csrf @method('post') {{--
--}}

Detail Data Logbook

{{ \Carbon\Carbon::parse($detail->tanggal_logbook)->format('Y-m-d') }}
{{ $detail->judul_logbook }}
{{ $detail->ringkasan_logbook }}
foto
{{-- --}}
@endsection @section('script') @endsection