@extends('admin.layout.master') @section('title', 'الكلمات الإرشادية') @section('content')

الكلمات الإرشادية

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

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