@extends('admin.layout.master') @section('title', ' المدونة') @section('content')

الاسئلة

@csrf @method('PATCH')
@if ($errors->has('question')) {{ $errors->first('question') }} @endif
@if ($errors->has('category_id')) {{ $errors->first('category_id') }} @endif
@if ($errors->has('sub_category_id')) {{ $errors->first('sub_category_id') }} @endif
@if ($errors->has('sub_sub_category_id')) {{ $errors->first('sub_sub_category_id') }} @endif

الصورة

@if ($errors->has('image')) {{ $errors->first('image') }} @endif
@if ($errors->has('description_image')) {{ $errors->first('description_image') }} @endif
@if ($errors->has('short_answer')) {{ $errors->first('short_answer') }} @endif
@if ($errors->has('long_answer')) {{ $errors->first('long_answer') }} @endif

@stop @section('script') @stop