@extends('layouts.layout') @section('title', 'Student Reports') @section('content')

Student Report

@if(Auth::user()->role_id != 5) @endif
@if (Auth::user()->role_id == 1 || Auth::user()->role_id == 5) @if (!empty($franchises)) @endif @else @endif @if ($terms) @endif @if (!empty($settingClassAgeGroup)) @endif
@if (!empty($searchfranchise) || !empty($searchclass) || !empty($searchterm)) Clear @endif
@if (Auth::user()->role_id == 1) @endif
FranchiseTerm Class Student Name Dance Drama Singing Manager Report Date Date sent
@if (Auth::user()->role_id == 1) @else @endif @if (Auth::user()->role_id == 1) @else @endif @endsection