@extends('layout.mobile.main') @section('mobile')
Kotak Masuk
Transaksi (0)
Promo (0)
Info (0)
@foreach ($transaksi as $transaksi) @if ($transaksi->count() > 0) @if ($transaksi->notes == 'read') @else @endif @else @endif @endforeach
@endsection