@extends('layouts.app') @section('content')
@forelse ($spread as $item) @empty @endforelse
Purity Buy Spread (%) Sell Spread (%) Last Approved/Rejected By Updated At Approval Status Action
{{ $item->purity }}
{{ number_format(floor($item->percent_buy * 100) / 100, 2) }}
{{ number_format(floor($item->percent_sell * 100) / 100, 2) }}
{{ $item->updated_by ?: '-' }}
{{ $item->updated_at ?: '-' }}
@if ($item->approval == 0) N/A @else Pending Approval @endif
Admin Empty

No spread configuration found.

@endsection @section('scripts') @endsection