@extends('theme.master') @section('title', "$data->title") @section('content') @include('admin.message') @php $gets = App\Breadcum::first(); @endphp @if(isset($gets)) @if($gets['img'] !== NULL && $gets['img'] !== '') @else @endif {{ $data->title }} @endif {{ __('Back to faq') }} {!! $data->details !!} @endsection
{!! $data->details !!}