@extends('layout.master') @section('parentPageTitle', 'Catatan Harian') @section('title', $title_page) @section('content')
@csrf @if(Session::has('alert'))
   {{Session::get('alert')}}
@endif
@if(count($file) > 0)
@foreach($file as $files) @endforeach
@endif
Berkas Action
@stop @section('page-styles') @stop @section('page-script') @stop