@extends('admin.layout.master') @section('title', 'الاسئلة الشائعة') @section('content')

الاسئلة الشائعة

@csrf @method('PATCH')
@if ($errors->has('description')) {{ $errors->first('description') }} @endif
@if ($errors->has('meta_title_id')) {{ $errors->first('meta_title_id') }} @endif
@stop