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

Edit Contact Question

@csrf
@error ('description') {{$message}} @enderror
status === 1 ? 'checked': ''}}>
@endsection @section('script') @endsection