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

Szybka notatka

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

@if(isset($filter)) Lista notatek z ikonką @else Lista notatek @endif

@foreach($notes as $note) @if($note->private != 1 || substr($_SERVER['REMOTE_ADDR'],0,9) == '192.168.0') @endif @endforeach

Szablony notatek

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