@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('body_ar')) {{ $errors->first('body_ar') }} @endif
@if ($errors->has('body_en')) {{ $errors->first('body_en') }} @endif
@stop