xr@extends('front.layout.main') @section('content')
W
T
O

{{ trans('front.index_slider_title') }}

{!! trans('front.index_slider_text') !!}

@if(auth()->guard('clients')->check() ) {{ trans('front.book') }} @else @endif @if($lang == 'BG' || $lang == 'EN') @endif @if($lang == 'BG' || $lang == 'EN') @endif

{{ trans('front.choose_transport') }}

FCL
{{ trans('front.fcl_full_container_load') }}

LCL
{{ trans('front.lcl_less_than_container') }}

{{ trans('front.air') }}

FTL / LTL
{{ trans('front.roadTransport') }}

@if(!auth()->guard('clients')->check() )

{{ trans('front.Sign In') }}

@if(session()->has('msg')) {{ session()->get('msg') }} @elseif($errors->any()) @foreach ($errors->all() as $error)

{{ $error }}

@endforeach @endif
{{ trans('front.Forgot Password') }}

{{ trans('front.You don’t have an account?') }} {{ trans('front.Register') }}

@endif

{{ trans('front.tracking') }}

@if($lang == 'BG' || $lang == 'EN')

{{trans('front.form_header')}}

{{trans('front.form_info')}}

{!! trans('front.success') !!}
@endif

{{ trans('front.services') }}

    @foreach($services as $key => $row)
  • {{ $row->languages->where('lang_short', $lang)->first()->pivot->title }}

    @if($row->image_id) @endif
  • @endforeach

{{ trans('front.news') }}

@foreach($news as $row)

{{ $row->languages->where('lang_short', $lang)->first()->pivot->title }}

{{ str_limit($row->languages->where('lang_short', $lang)->first()->pivot->description, 15) }}

{{ trans('front.readmore') }}
@if($row->image_id) @else @endif
@endforeach
@stop @section('scripts') @endsection