@extends('layouts.adkgeneraltrading') @section('meta') @endsection @section('title','Home') @section('content')
@if($articles->count()>0) @foreach($articles as $article) @endforeach @else @endif


OUR BRANDS

@if($brands->count()>0) @foreach($brands as $brand) @endforeach @endif

SUBSCRIBE TO RECIEVE OUR NEWSLETTERS

@if (session()->has('message'))
{!! session()->get('message') !!}
@endif @if (session()->has('error'))
{!! session()->get('error') !!}
@endif
@csrf

CONTACT US

ADK GENERAL TRADING PVT LTD


M. Fathimath Hiya, Plot 57, Boduthakurufaanu Magu, Male', Rep of Maldives

+960 3335063

info@adk-general-trading.com



{{@csrf_field()}} @if(count($errors)>0 )
There were some problems
    @foreach($errors->all() as $error)
  • {{$error}}
  • @endforeach
@endif
@if(env('GOOGLE_RECAPTCHA_KEY'))
@endif
@endsection