@extends('owner.layouts.master') @section('page_title', 'Copy Page Content') @section('page_heading', 'Copy Page Content: '.$pagetranslation->page->name .' - ' .$pagetranslation->@language->name) @section('page_text', 'Copy page content information') @section('content')
{!! Form::model($pagetranslation, ['method' => 'PATCH','route' => ['owner.pagetranslation.copied', $pagetranslation->id]]) !!}
{{ $pagetranslation->title }} - {{$pagetranslation->@language->name}}
Please Note: It will overide following columns:
  • Page Title
  • Meta Title
  • Meta Description
  • Content
@lang('admin.Cancel')
{!! Form::close() !!}
@endsection