@extends('layouts.app') @section('title','Student House List') @section('pages')
@include('layouts.partials.nav-menu')
@if(in_array('student-house-create', $authRolePermissions)) @endif
@include('student-house.table')
@endsection