@extends('admin.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('page_breadcrumb_icon') @endsection @section('page_breadcrumb_item', 'Copy Page Content') @section('page_breadcrumb_item2', 'Copy Page Content') @section('content')
{!! Form::model($pagetranslation, ['method' => 'PATCH','route' => ['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