@extends('backend.template') @section('content')

{{ label('Faqs List') }}

{{ label('Create New') }}
@php $i = 1; @endphp @foreach ($data as $item) @endforeach
{{ label('S.N') }} {{ label('Question') }} {{ label('Answer') }} {{ label('Action') }}
{{ $i++ }} {{ $item->title }} {!! $item->text !!}
@endsection @push('css') @endpush @push('js') @endpush