@extends('front/layout') @section('page_title','Profile') @section('container')
@if(count($faqs) > 0) @php $i = 2; @endphp @foreach($faqs as $faq)

@php $i++; @endphp @endforeach @endif
@endsection