@extends('view.layout.layout') @section('title') {{{ get_option('site_title','') }}} - {{{ trans('main.soon') }}} @endsection @section('page')
{{{ trans('main.new_soon') }}}
{{{ trans('main.category') }}}
    @foreach($setting['category'] as $mainCategory)
  • @if(count($mainCategory->childs)>0)
  • @else @endif @endforeach
@endsection @section('script') @endsection