@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 Buy Product @foreach($header_menus as $menu) {{ $menu['name'] }} @endforeach Sell Products @endif @hookinsert('home.swiper.after') @if (0) @endif Commodity Price Dashboard | Last Updated: {{ now()->format('M d, Y') }} ID Product Name Grade Buying Price(MWK/KG) Selling Price(MWK/KG) Warehouse Location @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 }} {{ $item->product_name }} {{ $item->grade }} {{ number_format($item->previous_close, 2) }} {{ number_format($item->close, 2) }} {{ $item->delivery_location }} @endforeach Inputs Price Dashboard | Last Updated: {{ now()->format('M d, Y') }} ID Brand Name Product Name Sellling Price(MWK/KG) Warehouse Location @foreach($inputs as $item) {{ $item->variety_code }} {{ $item->brand_name }} {{ $item->product_name }} {{ $item->selling_price }} {{ $item->warehouse_location }} @endforeach {{ __('front/home.feature_product') }} {{ __('front/home.feature_product_text') }} @foreach ($tab_products as $item) {{ $item['tab_title'] }} @endforeach @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
We reach every corner of Malawi timely
You will be exposed to diverse and competitive markets
We aim to provide quality beyond reproach.