@extends('layouts.app') @section('title', 'Pesan Masuk') @section('breadcrumb') @endsection @section('title-section', 'Pesan Masuk') @section('content')
@if ($message = Session::get('success'))
Success:  {{ $message }}
@endif
@foreach ($data as $key => $row) @endforeach
# Nama Pesan Status Tanggal Action
{{ $key + 1 }} {{ $row->nama }} {{ $row->pesan }} @if ($row->status === 'BELUM DIBACA') {{ $row->status }} @else {{ $row->status }} @endif {{ $row->tgl_pesan }} Baca
@endsection @push('addon-script') @endpush