@extends('dashboard.parent')
@section('title', __('pages.pages'))
@section('page_name', __('pages.pages'))
@section('css')
@endsection
@section('bread_crumb')
{{ __('pages.total_views') }}
{{ __('pages.average_session_duration') }}
{{ __('pages.total_clicks') }}
@if ($section == 'image')
@include('dashboard.page.details.images')
@elseif($section == 'paragraph')
@include('dashboard.page.details.paragraphs')
@else
@include('dashboard.page.details.user_analytics')
@endif
@if ($section == 'image')