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

{{ label("Faqs List") }}

{{label("Create New")}}
@php $i = 1; @endphp @foreach ($data as $item) "> @endforeach
{{label("Sn.")}} {{ label("title") }} {{ label("Action") }}
{{ $i++ }}{{ $item->title }}
@endsection @push("css") @endpush @push("js") @endpush