@include('template.head') {{ $page_name = 'faq' }} @include('template.sidebar') @include('template.header') @include('template.rightpanel')

FAQ

@if ($priviladges['add'] == 1 || (isset($type) && $priviladges['update'] == 1))

{{ isset($type) == 'EDIT' ? 'Edit' : 'Add' }} FAQ


@csrf
@if ($errors->has('quiz')) {{ $errors->first('quiz') }} @endif
@if ($errors->has('answer')) {{ $errors->first('answer') }} @endif
@if ($priviladges['add'] == 1 || $priviladges['update'] == 1) @endif
@endif

FAQ List


{{-- Add FAQ --}}
@if ($priviladges['update'] == 1) @endif @if (count($data) > 0) @foreach ($data as $row) @if ($priviladges['update'] == 1 || $priviladges['delete'] == 1) @endif @endforeach @else @endif
Quiz AnswerAction
{{ $row->quiz }} {{ $row->answer }}
@if ($priviladges['update'] == 1) @endif @if ($priviladges['delete'] == 1) @endif
{{-- {!! $data->links() !!} --}}
{{-- script start --}} @include('template.script') {{-- script end --}}