@extends('templates.adminlte3.layout') @section('title', 'Laporan') @section('css') @include('schedule::templates.adminlte3.Partials.css') @stop @section('sidebar') @include('schedule::templates.adminlte3.Partials.sidebar') @stop @section('breadcrumb') @stop @section('content')
@foreach(config('schedule.laporan') AS $key => $value)
@endforeach
@foreach(config('schedule.laporan') AS $key => $value) @if($value['has_form']) @include('schedule::templates.adminlte3.laporan.form_modal.'.str_replace('-', '_', $value['id'])) @endif @endforeach @stop @section('js') @include('schedule::templates.adminlte3.Partials.js') @stop