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