@extends('layouts.print') @section('title', $timetable->name) @section('content')

{{auth()->user()->school->name}}

@livewire('show-timetable', ['timetable' => $timetable]) @endsection @section('style') @endSection