@extends('layouts.app') @section('content')
Izvješće o paušalnom dohotku od samostalne djelatnosti i uplaćenom paušalnom porezuna dohodak i prirezu poreza na dohodak u {{$year}} godini
Obrazac PO-SD
@if (session('status'))
× {{ session('status') }}
@endif
POREZNO RAZDOBLJE (KVARTALI) BROJ ZAPOSLENIH PRIMICI NAPLACENI U GOTOVINI PRINICI NAPLAĆENI BEZGOTOVINSKIM PUTEM UKUPNO NAPLAĆENI PRIMICI UPLAĆEN POREZ NA DOHODAK I PRIREZ POREZU NA DOHODAK
1.1. - 31.3. 0 0 {{$invoices1}} {{$invoices1}} x
1.4. 30.6. 0 0 {{$invoices2}} {{$invoices2}} x
1.7.30.9. 0 0 {{$invoices3}} {{$invoices3}} x
1.10.31.12 0 0 {{$invoices4}} {{$invoices4}} x
Total: {{$sum}}
@endsection