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

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

@if(!empty($page->Media->path) && file_exists(public_path().'/upload/image/'.$page->Media->path)) @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('country')) {{ $errors->first('country') }} @endif
show_home == 1? 'checked' : ''}} @endif class="dt-checkboxes" id="show_home" name="show_home" style="position: relative; left: unset; opacity: 1;right: 0; "> @if ($errors->has('show_home')) {{ $errors->first('show_home') }} @endif
change_slug == 1 ? 'checked' : ''}} @endif id="change_slug" name="change_slug" style="position: relative; left: unset; opacity: 1;right: 0; "> @if ($errors->has('change_slug')) {{ $errors->first('change_slug') }} @endif
@if ($errors->has('tags_ar')) {{ $errors->first('tags_ar') }} @endif
@if ($errors->has('enabel')) {{ $errors->first('enabel') }} @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
@if ($errors->has('title_fr')) {{ $errors->first('title_fr') }} @endif
change_slug == 1 ?'disabled':'' }} value="{{old('slug_fr')!=null?old('slug_fr'):$page->slug_fr}}" class="form-control" > @if ($errors->has('slug_fr')) {{ $errors->first('slug_fr') }} @endif
@if ($errors->has('body_fr')) {{ $errors->first('body_fr') }} @endif
@if ($errors->has('tags_fr')) {{ $errors->first('tags_fr') }} @endif
@endsection @section('js') @endsection