@extends('layouts.base') @section('content')
@if(Session::has('print_status'))
{{ Session::get('print_status') }}
@endif

Szybka notatka

@include('form.create')
{{ csrf_field() }}
Wybierz plik...

Lista notatek

@foreach($notes as $note) @endforeach

Szablony notatek

@foreach($templates as $template) @endforeach
Repertuar dziś
Repertuar jutro
Airly
@endsection