@extends('mobile.mobile-template')
@section('title', 'Profil')
@section('css')
@endsection
@section('content')
{{$user->nama}}
{{$user->pekerjaan}}
Pengaduan
{{$count[1] ?? 0}}
Aspirasi
{{$count[2] ?? 0}}
Informasi
{{$count[3] ?? 0}}
@include('mobile.laporan-loop')
@endsection