@extends('layouts.master') @section('title') {{$title}} @lang('translation.starter') @endsection @section('css') @endsection @section('content') @component('components.breadcrumb') @slot('li_1') Pages @endslot @slot('title') {{$title}} @endslot @endcomponent

Presensi Manual : {{ $kegiatan->nama_kegiatan }} , {{ App\Helpers\CustomHelper::Hari($kegiatan->tanggal) }} {{ App\Helpers\CustomHelper::format_tanggal($kegiatan->tanggal) }}

{{-- Cancel Create --}}
@php $peserta =0; if(isset($manual->jumlah_peserta)){ $peserta=$manual->jumlah_peserta; } @endphp
@if (isset($manual->file)) @endif @csrf
{{-- --}}
{{--
--}} {{-- @if (isset($manual->file))
@php $fileExtension = pathinfo($manual->file, PATHINFO_EXTENSION); // Mendapatkan ekstensi file @endphp @if ($fileExtension == 'pdf') @else @endif
@endif --}} {{--
--}}
@endsection @section('script') @endsection