@extends('layouts.master') @section('title', trans('app.statistics.title')) @section('page_styles') @endsection @section('page_scripts') @endsection @section('content')

{{trans('app.statistics.pixel.view_all.title')}}

{{trans('app.statistics.pixel.view_all.description')}}

@if (Session::has('msg'))
{{ Session::get('msg') }}
@endif
@endsection