@extends('Layouts.adminLayout') @section('title') {{__('Edit Page')}} @endsection @section('breadcrumb')
@endsection @section('content')
{{__('Edit Page')}}
@CSRF
@if ($errors->has('lang'))
{{ $errors->first('lang') }}
@endif
@if ($errors->has('title'))
{{ $errors->first('title') }}
@endif
@if ($errors->has('category'))
{{ $errors->first('category') }}
@endif
@if ($errors->has('meta_title'))
{{ $errors->first('meta_title') }}
@endif
@if ($errors->has('meta_tags'))
{{ $errors->first('meta_tags') }}
@endif
@if ($errors->has('meta_description'))
{{ $errors->first('meta_description') }}
@endif
@if ($errors->has('facebook_meta_tags'))
{{ $errors->first('facebook_meta_tags') }}
@endif
@if ($errors->has('facebook_meta_image'))
{{ $errors->first('facebook_meta_image') }}
@endif
@if($data['Page']->meta_data != NULL and $data['Page']->meta_data->facebook_meta_image != '') @endif
@if ($errors->has('facebook_meta_description'))
{{ $errors->first('facebook_meta_description') }}
@endif
@if ($errors->has('twitter_meta_tags'))
{{ $errors->first('twitter_meta_tags') }}
@endif
@if ($errors->has('twitter_meta_image'))
{{ $errors->first('twitter_meta_image') }}
@endif
@if($data['Page']->meta_data != NULL and $data['Page']->meta_data->twitter_meta_image != '' ) @endif
@if ($errors->has('twitter_meta_description'))
{{ $errors->first('twitter_meta_description') }}
@endif
@if ($errors->has('text'))
{{ $errors->first('text') }}
@endif
@endsection @section('script') @endsection