@extends('layouts.master') @section('main-content') @section('page-css') @endsection
@if($purchase['fakturownia_id']) {{-- --}} {{-- --}} {{-- {{ __('translate.Send_Email') }}--}} {{-- --}}
{{ __('translate.Print_Purchase') }} @if($purchase['fakturownia_id']&& $purchase['send']==0) {{ __('translate.order_send') }} @endif
@else
@if(!Auth::user()->hasRole('Filia'))
Zamówienie nie zostało zakończone. Aby ukończyć naciśnij przycisk "Zamów"
@else
Zamówienie zostało złożone i czeka na finalizację przez właściciela.
@endif
@if(!Auth::user()->hasRole('Filia')) {{ __('translate.Zamow') }} @if($purchase['fakturownia_id'] && $purchase->send == 0) {{ __('translate.order_send') }} @endif @endif @can('purchases_edit') {{ __('translate.Edit_Purchase') }} @endcan @can('purchases_delete') {{ __('translate.Delete_Purchase') }} @endcan
@endif
@endsection @section('page-js') @endsection