@extends('backpack::layout') @section('header')

{{ __('base.timetable_table.page_title') }}

@endsection @section('content')
@foreach($return as $key => $faculty)
@foreach($faculty as $categoryKey => $category)
@foreach($category as $item) @php $filetype = explode(".", $item->file); @endphp {{ $item->name }}
@endforeach
@endforeach
@endforeach
@push('after_scripts') @endpush @endsection