@extends('admin.template.master') @section('title') FAQ Home FAQ @endsection @section('main-content') @if(Session::has('message')) × {{Session('message')}} @endif @if(Session::has('error-message')) × {{Session('error-message')}} @endif List Add FAQ # Question Answer Position Status Created At Edited At Created By Updated By Action @endsection @section('javascripts') @endsection