@extends('layouts.app') @section('styles') @endsection @section('content')
| Purity | Buy Spread (%) | Sell Spread (%) | Updated By | Updated At | Approval | Action |
|---|---|---|---|---|---|---|
|
{{ $item->purity }}
|
{{ $item->percent_buy }} ->
{{ $item->request_buy }} (new)
|
{{ $item->percent_sell }} ->
{{ $item->request_sell }} (new)
|
{{ $item->updated_by ?: '-' }}
|
{{ $item->updated_at ?: '-' }}
|
@if ($item->approval == 0)
N/A
@else
Pending Approval
@endif
|
|
|
No spread requests pending approval. |
||||||