@extends('layouts/app') @section('description', 'www.WebMoto.us – Online Motorcycle trader, moto parts, moto accessories, moto apparel, tires, rims, new, second hand, motorcycle dealer Nationwide US.') @section('og:title', 'www.WebMoto.us – Home!') @section('og:url', request()->url()) @section('og:image', url('images/main/logo.png')) @section('content')
@include('layouts.homesearch')
@include('layouts.tabboxhomelists') @include('layouts.topmakes-horizontal')
@include('layouts.banners', ['banner' => '300x600x1'])
@include('layouts.catsbox') {{--@include('layouts.newsbar')--}} @endsection