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

المدونة

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

الصورة

@if ($errors->has('image')) {{ $errors->first('image') }} @endif
@stop