@extends('layouts.app') @section('styles') @endsection @section('content')
@forelse ($spread as $item) @empty @endforelse
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
Admin Empty

No spread requests pending approval.

@endsection @section('scripts') @endsection