@extends('layouts.admin') @section('page-title') {{ __('Create Faq') }} @endsection @section('content')
@csrf
{{ $errors->first('title') }}
{{ $errors->first('description') }}
@endsection @push('scripts') @endpush