@extends('theme-views.layouts.app') @section('title', translate('FAQ')) @push('css_or_js') @endpush @section('content') {{ translate('FAQ') }} @php $length=count($helps); @endphp @php if($length%2!=0){$first=($length+1)/2;}else{$first=$length/2;}@endphp @for($i=0;$i<$first;$i++) {{ $helps[$i]['question'] }} {{ $helps[$i]['question'] }} @endfor @endsection