{{-- @push('third_party_stylesheets') @include('layouts.datatables_css') @endpush {!! $dataTable->table(['width' => '100%', 'class' => 'table table-striped table-bordered']) !!} @push('third_party_scripts') @include('layouts.datatables_js') {!! $dataTable->scripts() !!} @endpush --}}
Is Paid | Is Accepted | Crop Buyer | Total Buy Requests | Crop On Sale Details | Action | ||
---|---|---|---|---|---|---|---|
@if ($order->is_paid == 0) Not paid @else Paid @endif | @if ($order->is_accepted == 0) Price not accepted @else Price accepted @endif | {{ $order->user->username }} | {{ $order->user->crop_orders->count() }} |
|
{!! Form::open(['route' => ['cropOrders.destroy', $order->id], 'method' => 'delete']) !!} {!! Form::close() !!} |