@extends('frontends.layouts.index') @section('content')
@php $latest_tours_string = __('Latest Tours'); $latest_tours_string = explode(' ', $latest_tours_string); @endphp

{{ current($latest_tours_string) }} {{ end($latest_tours_string) }}

{{ __('View all Tours') }}

@stop @section('script') @stop