@extends('admin.layout.master') @section('title', 'قصص نجاح') @section('content')

قصص نجاح

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

@csrf @method('PATCH')
@if ($errors->has('name')) {{ $errors->first('name') }} @endif
@if ($errors->has('body')) {{ $errors->first('body') }} @endif
@if ($errors->has('image')) {{ $errors->first('image') }} @endif
@stop