@extends('admin.layout.master') @section('title', 'مكتبة المواضيع') @section('content')

مكتبة المواضيع

تعديل البيانات

@csrf @method('PATCH')
@if ($errors->has('title_ar')) {{ $errors->first('title_ar') }} @endif
@if ($errors->has('title_en')) {{ $errors->first('title_en') }} @endif
@if ($errors->has('link')) {{ $errors->first('link') }} @endif
@if ($errors->has('paid')) {{ $errors->first('paid') }} @endif
@if ($errors->has('price')) {{ $errors->first('price') }} @endif
@stop