@extends('back/layouts.app') @section('css_pagelevel') @endsection @section('content')

{{ __('words.edit') }}   {{ request()->query('language') }}

{{--
@include('admin.p_admin_data.development_programs.export' , [ 'data' => $data ])
--}}
{{ csrf_field() }}
@if ($errors->has('name')){{ $errors->first('name') }}@endif
@if ($errors->has('alias')){{ $errors->first('alias') }}@endif
حذف الصورة
@if ($errors->has('birthdate')) {{ $errors->first('birthdate') }} @endif
@if ($errors->has('header')){{ $errors->first('header') }}@endif
@if ($errors->has('meta_description')){{ $errors->first('meta_description') }}@endif
@if ($errors->has('meta_keywords')){{ $errors->first('meta_keywords') }}@endif
@if ($errors->has('qualification')){{ $errors->first('qualification') }}@endif
@if ($errors->has('specialization')){{ $errors->first('specialization') }}@endif
@if ($errors->has('position')){{ $errors->first('position') }}@endif
@if ($errors->has('html')){{ $errors->first('html') }}@endif



@section('js_pagelevel') @endsection @endsection