@extends('admin.layout.dashboard-template') @section('content')
@csrf
@if(\Session::get('success')) @endif {{ \Session::forget('success') }} @if(\Session::get('error')) @endif

* FAQ

@if ($errors->has('question')) {{ $errors->first('question') }} @endif
@if ($errors->has('answer')) {{ $errors->first('answer') }} @endif
@endsection