@extends('layouts/layoutMaster') @section('title', $title . ' Management - Crud App') @section('vendor-style') @endsection @section('vendor-script') @endsection @section('page-script') @endsection @section('content')

Media Saran

@foreach($keluhan as $row) @endforeach
No. Nama Email No. HP Masukan Saran Tanggal
{{ $loop->iteration }} {{ $row->nama_pelapor }} {{ $row->email }} {{ $row->no_hp }} {{ $row->masukan }} {{ $row->saran }} {{ \Carbon\Carbon::parse($row->created_at)->format('d/m/Y') }}
@endsection