@extends('layouts.web_master') @section('header-content')

Blog

@endsection @section('main-content')

Blog

@foreach ($blog as $key=>$item)
tour-img
{{$item->category}}

{{ $item->date}}

{{ $item->user->name}}

{{ $item->title}}

{!! \Str::limit(strip_tags($item->description), 80) !!}

Learn More
@endforeach
@endsection