@extends('admin.layout.index') @section('title') {{ __('messages.static_page') }} @endsection @section('css') @endsection @section('content')

{{ __('messages.updated-page') }}

@if (!empty($page->cover) && file_exists(public_path() . '/upload/image/' . $page->cover)) @else @endif
@if ($errors->has('photo')) {{ $errors->first('photo') }} @endif
@if ($errors->has('title_ar')) {{ $errors->first('title_ar') }} @endif
change_slug == 1 ? 'disabled' : '' }} class="form-control"> @if ($errors->has('slug_ar')) {{ $errors->first('slug_ar') }} @endif
@if ($errors->has('body_ar')) {{ $errors->first('body_ar') }} @endif
@if ($errors->has('menu')) {{ $errors->first('menu') }} @endif

{{ __('messages.notesMunes') }}

@if ($errors->has('tags_ar')) {{ $errors->first('tags_ar') }} @endif
@if ($errors->has('enabel')) {{ $errors->first('enabel') }} @endif
@if ($errors->has('arrangment')) {{ $errors->first('arrangment') }} @endif
@if ($errors->has('title_en')) {{ $errors->first('title_en') }} @endif
change_slug == 1 ? 'disabled' : '' }} value="{{ old('slug_en') != null ? old('slug_en') : $page->slug_en }}" class="form-control" @if ($errors->has('slug_en')) {{ $errors->first('slug_en') }} @endif
@if ($errors->has('body_en')) {{ $errors->first('body_en') }} @endif
@if ($errors->has('tags_en')) {{ $errors->first('tags_en') }} @endif
@endsection @section('js') @endsection