@extends('layouts.base') @section('content')
@if ($report_num == 1) @include('user.general_report') @endif @if ($report_num == 2) @include('user.monthly_report' ) @endif @if ($report_num == 3) @include('user.total_report' ) @endif
@endsection