@extends('layouts.admin-layout') @section('title', 'Edit Home Faqs') @section('content')

Edit Faqs

@csrf

Home Faqs Section

@error ('title') {{$message}} @enderror
@error ('description') {{$message}} @enderror

status === 1 ? 'checked' : ''}}>
@endsection @section('script') @endsection