@extends('layouts.main') @section('title', 'Laporan') @section('subtitle', 'Data Laporan') @section('content')
@if (Auth::user()->id_role == 2) @else @endif
@if (Auth::user()->id_role == 2) @else @endif
@if (Auth::user()->id_role == 2) @endif
No Tanggal Keterangan Klasifikasi NominalAksi
@if (session('success')) @endif @if ($errors->any()) @endif @if (Auth::user()->id_role == 2) @else @endif @endsection