@extends('layouts.'.env('THEME')) @section('content')
Add View webpage
@foreach($faqs as $faq) @endforeach
Priority Question Answer Live Created at Action
{{ $faq->priority }} {{ substr($faq->question, 0, 100) }} {{ substr($faq->answer, 0, 100) }} {!! $live_text[$faq->live] !!} {{ date('Y-m-d', strtotime($faq->created_at)) }} Edit
{{ csrf_field() }} @method('DELETE')
@endsection