@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')

Detail Kelengkapan {{ $var['dataSantri']->nama }}

@php $i = 1; @endphp @foreach($var['kelengkapan'] as $row) @php $i++; @endphp @endforeach
Tanggal Perlengkapan Mandi Catatan Perlengkapan Mandi Peralatan Sekolah Catatan Peralatan Sekolah Perlengkapan Diri Catatan Perlengkapan Diri
{{$i}} {{ $row->tanggal ?? '-' }} {{ $row->perlengkapan_mandi ?? '-' }} {{ $row->catatan_mandi ?? '-' }} {{ $row->peralatan_sekolah ?? '-' }} {{ $row->catatan_sekolah ?? '-' }} {{ $row->perlengkapan_diri ?? '-' }} {{ $row->catatan_diri ?? '-' }}
@endsection