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

Edit Data Logbook

@error('tanggal_logbook') @enderror
@error('judul_logbook') @enderror
@error('ringkasan_logbook') @enderror
{{ $detail->foto_logbook }}
@error('foto') {{ $message }} @enderror
Kembali
{{-- --}}
@endsection @section('script') @endsection