@extends('admin.index') @section('title', Helper::getSiteTitle('Edit FAQ')) @section('content')

Edit FAQ

{{ csrf_field() }}
@if($errors->any()) @elseif(session('message')) @endif
@php $active = Helper::getInputValue('active', $faq->active) @endphp
@endsection @section('css-lib') @endsection @section('js-lib') @endsection