@extends('layouts.app') @section('title','Statements') @section('pages')
@include('layouts.partials.nav-menu')
@include('students.statement-table')
@endsection