@extends('Layouts.adminLayout') @section('title') {{__('Insert Faq')}} @endsection @section('breadcrumb')
@endsection @section('content')
{{__('Insert Faq')}}
@CSRF
@if ($errors->has('lang'))
{{ $errors->first('lang') }}
@endif
@if ($errors->has('title'))
{{ $errors->first('title') }}
@endif
@if ($errors->has('text'))
{{ $errors->first('text') }}
@endif
@endsection