@extends('admin.app') @section('content')

Filtre

Sıfırla
{{csrf_field()}} @if(isset($orders) && $orders) @foreach($orders as $order) @php $checker = null; $checker = \Illuminate\Support\Facades\DB::table('trendyol_orders')->where('trendyol_id',$order->orderNumber)->first(); @endphp @if(!$checker) @endif @endforeach @endif
Sipariş No Müşteri Tutar Sipariş Durumu Aksiyon
{{$order->orderNumber}} {{$order->customerFirstName}} {{$order->customerLastName}} {{$order->totalPrice}} ₺
@foreach($orders as $lines) @endforeach
@endsection @section('css') @endsection @section('js') @endsection