@extends('admin.layout.master') @section('title', 'أسألة اتفاقية الإستخدام') @section('content')

أسألة اتفاقية الإستخدام

إنشاء جديد

@csrf
@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