@extends('front-view.layouts.app') @section('title',config('setting.site_name').' - Travelieons Travel CRM Blogs | Stay Updated With New Tips') @section('meta-title','Travelieons Travel CRM Blogs | Stay Updated With New Tips') @section('meta-description','Revolutionize your travel business with game-changing tips from Travelieons CRM Blogs. Stay tuned for expert insights that will transform your approach.') @section('meta-keyword','Software') @section('og-type','Home') @section('og-title','Travelieons Travel CRM Blogs | Stay Updated With New Tips') @section('og-description','Revolutionize your travel business with game-changing tips from Travelieons CRM Blogs. Stay tuned for expert insights that will transform your approach.') @section('og-image',asset('front-assets/image/img-1.png')) @section('published_time','') @section('modified_time','') @section('canonical-title', url()->current()) @section('script') @endsection @section('content')

Blog

@foreach($blogs as $key => $blog)
@foreach($explode_keywords as $key => $explode_keyword) {{$explode_keyword}} @endforeach

{{$blog->title}}

{{date('M d, Y',strtotime($blog->created_at))}}

View Post
@endforeach
@endsection