@if($defaultLanguage->direction == 'rtl') {{--
--}}
@endif
@if (Request::is('/'))
{{trans('home')}}
{{trans('about')}}
{{trans('work process')}}
{{trans('testimonials')}}
{{--
{{trans('pricing tables')}}
--}}
{{trans('blog entries')}}
{{trans('contact us')}}
@if(\Illuminate\Support\Facades\Auth::check())
{{trans('panel')}}
@else
{{trans('login')}}
{{trans('register')}}
@endif
{{trans('menu')}}
@endif