@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('image')) {{ $errors->first('image') }} @endif
@stop