@method('patch') @csrf

{{__('pages.features')}}

{{--
--}}
@foreach($tour['translations'] as $key => $lang)
@csrf @method('patch')

{{$page_title}} ( {{$lang['name']}} )

@endforeach