{!! Str::markdown(theme('home_page_text', 'Welcome to Paymenter'), [ 'allow_unsafe_links' => false, 'renderer' => [ 'soft_break' => "
" ]]) !!}

Services

@foreach ($categories as $category)
@if(theme('small_images', false))
@endif @if ($category->image) {{ $category->name }} @endif

{{ $category->name }}

@if(theme('small_images', false))
@endif @if(theme('show_category_description', true))
{!! $category->description !!}
@endif {{ __('common.button.view_all') }}
@endforeach
{!! hook('pages.home') !!}