@extends('front.layouts.frontend') @section('meta') CityTravel.ge - {{tc('Tours_and_excursions')}} @endsection @section('lang') | @foreach($locales as $loc) {{$loc->locale}} | @endforeach @endsection @section('menulang') @foreach($locales as $loc)
{{$loc->locale}}
@endforeach @endsection @section('content')
@foreach($tours as $new)
list

{{$new->name}}

{{$new->price}}

@endforeach
@endsection @section('scripts') @endsection