@extends('layouts.index') @section('title') Ubah FAQ @endsection @section('content')

Ubah FAQ

@csrf @method('PUT')
@error('pertanyaan')
{{$message}}
@enderror
@error('jawaban')
{{$message}}
@enderror
@error('status')
{{$message}}
@enderror
Batal
@endsection @section('js') @endsection