@extends('admin.layout.master') @section('css') @endsection @section('content') {{awtTrans('التاريخ')}} {{awtTrans('رقم الطلب')}} {{awtTrans('القيمة المضافة')}} {{awtTrans('السعر الكلي')}} {{awtTrans(' الربح من الطلب')}} @foreach($rows as $row) {{\Carbon\Carbon::parse($row->created_at)->format('d/m/Y')}} {{$row->id}} {{$row->added_value}} {{$row->total_price}} {{$row->app_percentage}} @endforeach {{-- #table --}} @endsection @section('js') {{-- delete all script --}} @include('admin.shared.deleteAll') {{-- delete all script --}} {{-- delete one user script --}} @include('admin.shared.deleteOne') {{-- delete one user script --}} @endsection