@extends('layouts/layoutMaster') @section('title', $title . ' Management - Crud App') @section('page-style') @endsection @section('vendor-style') @endsection @section('vendor-script') @endsection @section('page-script') @endsection @section('content') @include('ustadz/murroby/header') @include('ustadz/murroby/nav')
| Tanggal | Ketertiban | Kebersihan | Kedisiplinan | Kerapian | Kesopanan | Kepekaan Lingkungan | Ketaatan Peraturan | ||
| {{$i}} | {{ $row->tanggal ?? '-' }} | {{ $row->ketertiban ?? '-' }} | {{ $row->kebersihan ?? '-' }} | {{ $row->kedisiplinan ?? '-' }} | {{ $row->kerapian ?? '-' }} | {{ $row->kesopanan ?? '-' }} | {{ $row->kepekaan_lingkungan ?? '-' }} | {{ $row->ketaatan_peraturan ?? '-' }} |
|