@extends('app') @section('content') @foreach($sents as $sent) @endforeach
ชื่อลูกค้า เลขที่สั่งซื้อ ผู้จัดส่ง เลขที่พัสดุ สถานะ ดำเนินการ
{{ $sent->users_id}} {{ $sent->orders_id}} {{ $sent->logistic_id}} {{ $sent->tracking_id}} {{ $sent->status}} ลบ แก้ไข
เพิ่ม
@endsection @section('script') @endsection @section('style') @endsection