@extends('layouts.app') @section('content')
@if($type == 2) @include('admin.report.reports.income') @endif @if($type == 3) @include('admin.report.reports.expense') @endif @if($type == 4) @include('admin.report.reports.salary') @endif @if($type == 5) @include('admin.report.reports.ubill') @endif @if($type == 6) @include('admin.report.reports.upay') @endif @if($type == 7) @include('admin.report.reports.rbill') @endif @if($type == 8) @include('admin.report.reports.rpay') @endif
@endsection