@extends('Front.PatientLayout.mainLayout') @section('title', 'Education') @section('content') {{-- {{ $tips->id }} --}}
{{-- {{ pre($tips->toArray()) }} --}}
#

{{ $tips->name }}

{{ $tips->trigger_tag }}

{!! html_entity_decode($tips->des) !!}

@if ($readArr)

{{ __('education.finishReading') }}

@else

{{ __('education.readingQuestion') }}

{{ csrf_field() }}
@endif
@endsection @section('js') @endsection