@extends('layout.admin_layout') @section('title', $title.$title_2) @section('body') @section('header', $title.$title_2) @section('badge')
{{$title}}
{{$title_2}}
@endsection
Back to list
Edit
Page Name
{{$dataRow->page_name}}
Title
{{$dataRow->title}}
Description
{!! $dataRow->description !!}
Meta Title
{!! $dataRow->meta_title !!}
Meta Description
{!! $dataRow->meta_description !!}
@endsection @push('scripts') @endpush