@extends("layouts.admin.app") @section("page-title") {{__("Dashboard")}} @endSection @section("page-nav-title")

{{__("sales-orders")}} ({{$activeYear}})

{{__("all-sales-orders")}}

@endsection @section("content")
@if(isPermissionsAllowed("create-sales-orders"))
@csrf {{__("Summaries Of Orders")}}
@csrf {{__("Details Orders ")}}
@endif
@foreach($vouchers as $voucher) @endforeach
# {{__("date")}} {{__("classification")}} {{__("client-name")}} {{__("representative-name")}} {{__("total-price")}} {{__("control")}}
{{$serial_number++}} {{$voucher->date}} {{$voucher->classification}} {{$voucher->client_en_name}} {{$voucher->representative}} {{$voucher->total_price}} @if(count($voucher->voucher_temp))
@else id)}}" class="control-link edit"> @endif
{{$vouchers->links("pagination::bootstrap-4")}}
@endsection @section("scripts") @endsection