@extends('layout.backend.main') @section('content') @include('components.proformas.steps')
@include('sidebars.customers')
{{$brand->companyname}}
{{$brand->address}}, {{$brand->postcode}} {{$brand->city}} {{$brand->province}}
{{$brand->country}}
T {{$brand->telephone}}
E {{$brand->email}}
W {{$brand->website}}
@if ($sessionProforma->type !== 'unique') @endif

A cliente o fornitore:

{{ trans('x.Proforma') }} {{ trans('x.Number') }} / {{trans('x.Year')}}

number !== 0) value="{{$sessionProforma->number}}" @else value="{{X::nextWaybillNumber()}}" @endif style="max-width:80px; float:left" data-required="true" />
 / 
year !== 0) value="{{$sessionProforma->year}}" @else value="{{ \Carbon\Carbon::now()->year }}" @endif style="max-width:80px; float:left" min="0" max="2099" data-required="true" />

Note

Dettaglio:

@if (isset($sessionProforma)) @include('sections.orders.steps._4.details_tables') @endif

N. Pezzi

{{ $sessionProforma->items_qty }}

{{ trans('x.Subtotal') }}

{{ trans('x.Variation') }} {{$sessionProforma->payment->action}}{{$sessionProforma->payment->amount}}%

{{X::priceFormat($sessionProforma->subtotal)}} €

{{X::priceFormat($sessionProforma->getVariations())}} €

{{ trans('x.'.$sessionProforma->getTypeName()) }} {{ $sessionProforma->getTypePercent() }}%

{{ X::prettyPrice($sessionProforma->totalByType()) }}

{{ $sessionProforma->tax->name }}

{{ X::prettyPrice($sessionProforma->getTaxes()) }}

{{ trans('x.Total') }}

{{X::prettyPrice($sessionProforma->total)}}

{{ trans('x.Edit') }}
@stop @section('pages-scripts') @stop