@extends('layouts.app') @section('body-class', 'page-home') @push('header') @endpush @section('content') @hookinsert('home.content.top')
@if (system_setting('slideshow'))
@foreach($prices as $item) @php $change = $item->close - $item->previous_close; $changeClass = $change > 0 ? 'text-success' : ($change < 0 ? 'text-danger' : 'text-muted'); $changeSymbol = $change > 0 ? '▲' : ($change < 0 ? '▼' : ''); @endphp {{ $item->variety_code }} {{ number_format($item->previous_close, 2) }} : {!! $changeSymbol !!} {{ number_format(abs($change), 2) }} | @endforeach
@foreach (system_setting('slideshow', []) as $slide) @if ($slide['image'][front_locale_code()] ?? false) @endif @endforeach
@endif @hookinsert('home.swiper.after') @if (0)
@endif
Commodity Price Dashboard | Last Updated: {{ now()->format('M d, Y') }}
@foreach($prices as $item) @php $change = $item->close - $item->previous_close; $changeClass = $change > 0 ? 'text-success' : ($change < 0 ? 'text-danger' : 'text-muted'); $changeSymbol = $change > 0 ? '▲' : ($change < 0 ? '▼' : ''); @endphp @endforeach
ID Product Name Grade Buying Price(MWK/KG) Selling Price(MWK/KG) Warehouse Location
{{ $item->variety_code }} {{ $item->product_name }} {{ $item->grade }} {{ number_format($item->previous_close, 2) }} {{ number_format($item->close, 2) }} {{ $item->delivery_location }}
Inputs Price Dashboard | Last Updated: {{ now()->format('M d, Y') }}
@foreach($inputs as $item) @endforeach
ID Brand Name Product Name Sellling Price(MWK/KG) Warehouse Location
{{ $item->variety_code }} {{ $item->brand_name }} {{ $item->product_name }} {{ $item->selling_price }} {{ $item->warehouse_location }}
{{ __('front/home.feature_product') }}
{{ __('front/home.feature_product_text') }}
@foreach ($tab_products as $item)
@foreach ($item['products'] as $product)
@include('shared.product')
@endforeach
@endforeach
@if (0)
@endif
Why Trade With Us
Fast Delivery

We reach every corner of
Malawi timely

Market Exposure

You will be exposed to diverse and competitive markets

Best Quality

We aim to provide quality beyond reproach.

@hookinsert('home.content.bottom') @include('chat-widget') @endsection @push('footer') @endpush