@extends("layouts.admin.app") @section("page-title") {{__("Dashboard")}} @endSection @section("page-nav-title")
{{__("all-sales-orders")}}
# | {{__("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 |