@extends('front.layouts.master') @section('title', isset($title) ? $title : 'Home') @section('description', isset($description) ? $description : '') @section('keywords', isset($keywords) ? $keywords : '') @section('content')
@foreach($blogs as $blog)
blog
{{--
    @foreach($blog->tags as $Item) @foreach($Item->Tag as $n)
  • {{$n}}
  • @endforeach @endforeach
--}}

{{langConverter($blog->en_Title,$blog->fr_Title)}}

{!! Str::limit(clean(langConverter($blog->en_Description_Two,$blog->fr_Description_Two)),205) !!}

{{__('See Details')}}
@endforeach
{{ $blogs->links('vendor.pagination.careers') }}
@endsection