@extends('admin.layout.master') @section('content')

FAQ Details

@if(Session::has('errors'))

{{ Session::get('errors') }}

@endif

FAQ Details List

Add New FAQ Details
    @if(count($manageFaqDetails)>0) @foreach($manageFaqDetails as $faq)
  • {{$faq->details_name}}
    status == 1){{'checked'}}@endif >
  • @endforeach @else
  • No data found.
  • @endif
Cancel
@endsection @section('scripts') @endsection