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

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

@include('back.includes.page-alert')
{{--
@include('admin.p_admin_data.development_programs.export' , [ 'data' => $data ])
--}}
{{ csrf_field() }}
@if ($errors->has('title')){{ $errors->first('title') }}@endif
@if ($errors->has('alias')){{ $errors->first('alias') }}@endif
حذف الصورة
@if ($errors->has('brief')){{ $errors->first('brief') }}@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('sort')){{ $errors->first('sort') }}@endif
@if ($errors->has('description')){{ $errors->first('description') }}@endif



@section('js_pagelevel') @endsection @endsection