@extends('layouts.admin', ['title' => $title]) @section('css') @stop @section('content')

{{ $title }} بازگشت

خروجی اکسل

{{ $errors->first('provider_id') }}
{{ $errors->first('from') }}
{{ $errors->first('to') }}
{{ $errors->first('type') }}

@if(count($data)==0) @else @foreach($data as $item) @endforeach
ردیف کد کالا تعداد جمع کل
{{ $item["rowIndex"] }} {{ $item["pid"] }} {{ $item["title"] }} {{ $item["number"] }} {{ number_format($item["total"] , 0, '', ',') }} جزئیات
{{ count($data) }} {{ $total_num }} {{ number_format($total_price , 0, '', ',') }}
@endif
@if(count($includedCarts) != 0)
@endif @stop