@extends('dashboard.base') @section('content')

Purchase Malawi Standards

{{-- Search --}}

{{-- Filters --}}
{{-- Cart Button to the Right --}}
{{-- Cart Dropdown --}} {{-- Standards Table --}}
@foreach($standards->sortBy(function($standard) { return intval(preg_replace('/[^0-9]/', '', $standard->code)); }) as $standard) {{-- Whole numbers --}} @endforeach
MS NUMBER TITLE DATE GAZETTED SECTOR PRICE (MWK) ACTIONS
{{ $standard->code }} {{ $standard->title }} {{ $standard->date_gazetted }} {{ $standard->category }} {{ number_format($standard->price) }}
{{-- Description Modal --}} {{-- Checkout Modal --}}
{{-- JS --}} {{-- CSS --}} @endsection