@extends('layout.backend.main') @section('content')
{{$brand->companyname}}
{{$brand->address}}
{{$brand->postcode}} {{$brand->city}} {{$brand->province}}
{{Config::get('countries_'.Localization::getCurrentLocale().'.'.$brand->country)}} {!! $brand->telephone !== '' ? '
T '.$brand->telephone : '' !!} {!! $brand->telephone !== '' ? '
E '.$brand->email : '' !!} {{ $brand->website !== '' ? '
W '.$brand->website : '' }}
{{ trans('x.Customer') }}:

{{$waybill->customerOrSupplier()->companyname}} {!! $waybill->customerOrSupplier()->name !== '' ? '
rif. '.$waybill->customerOrSupplier()->name : ''!!}
{{$waybill->customerOrSupplier()->address}}
{{$waybill->customerOrSupplier()->postcode}} {{$waybill->customerOrSupplier()->city}} {{$waybill->customerOrSupplier()->province}}
{{Config::get('countries_'.Localization::getCurrentLocale().'.'.$waybill->customerOrSupplier()->country)}} {!! $waybill->customerOrSupplier()->telephone !== '' ? '
T '.$waybill->customerOrSupplier()->telephone : '' !!} {!! $waybill->customerOrSupplier()->telephone !== '' ? '
E '.$waybill->customerOrSupplier()->email : '' !!}

{{ trans('x.Products type') }}

{{ $waybill->getType() }}

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

{{$waybill->note}}

{{ trans('x.Details') }}:

@include('sections.orders.steps._4.details_tables')

N. {{ trans('x.Pieces') }}

{{$waybill->details->sum('qty')}}
{{-- n-success btn-lg" style="float:right; margin:2px;">HTML --}} PDF @if ( Auth::user()->can('orders_update') ) {{ trans('x.Edit') }} @endif
@stop