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

Input Data Logbook

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