@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('description_ar')) {{ $errors->first('description_ar') }} @endif
@if ($errors->has('description_en')) {{ $errors->first('description_en') }} @endif
@if ($errors->has('inside_advise_ar')) {{ $errors->first('inside_advise_ar') }} @endif
@if ($errors->has('inside_advise_en')) {{ $errors->first('inside_advise_en') }} @endif
@if ($errors->has('category_id')) {{ $errors->first('category_id') }} @endif
@if ($errors->has('image')) {{ $errors->first('image') }} @endif
@stop