@extends('backend.layouts.master') @section('title') Create FAQ @endsection @section('main-content') @include('backend.layouts.notification')
Create FAQ
{{csrf_field()}}
@error('title') {{$message}} @enderror
@error('description') {{$message}} @enderror
@error('status') {{$message}} @enderror
@endsection @push('styles') @endpush @push('scripts') @endpush