@extends('layouts.admin-layout') @section('title') Edit Faq @endsection @section('content')

Edit Faq

Back
@csrf
@error('title') {{ $message }} @enderror
@error('description') {{ $message }} @enderror
@endsection @section('script') @endsection