@extends('layouts.admin') @section('content')
{{ __('Edit Page') }}
{{__('Dashboard')}}
{{ __('All Pages') }}
{{ __('Edit Page') }}
{{ __('Edit Page') }}
@csrf
{{__('Title')}}
*
@if ($errors->has('title'))
{{ $errors->first('title') }}
@endif
{{__('Slug')}}
*
@if ($errors->has('slug'))
{{ $errors->first('slug') }}
@endif
{{ __('Description') }}
*
{{ $page->en_description }}
@if ($errors->has('en_description'))
{{ $errors->first('en_description') }}
@endif
{{ __('Meta Title') }}
@if ($errors->has('meta_title'))
{{ $errors->first('meta_title') }}
@endif
{{ __('Meta Description') }}
@if ($errors->has('meta_description'))
{{ $errors->first('meta_description') }}
@endif
{{ __('Meta Keywords') }}
@if ($errors->has('meta_keywords'))
{{ $errors->first('meta_keywords') }}
@endif
{{ __('OG Image') }}
@if($page->og_image != NULL && $page->og_image != '')
@else
@endif
{{__('OG Image')}}
@if ($errors->has('og_image'))
{{ $errors->first('og_image') }}
@endif
{{ __('Accepted Files') }}:
PNG, JPG
{{ __('Recommend Size') }}:
1200 x 627
{{ __('Update') }}
@endsection @push('style')
@endpush @push('script') @endpush