@extends('backend.layouts.master') @section('pageTitle') Analytics @endsection @section('bodyCssClass') @endsection @section('pageContent') Analytics Dashboard Analytics Google Analytics * Marks are required feild @csrf Tracking Id* {{ $errors->first('ga_tracking_id') }} Report View Id* {{ $errors->first('ga_report_id') }} Service Account Json Key File* {{ $errors->first('ga_key_file') }} @if($info->key_file) {{ $info->key_file }} @endif @endsection @section('extraScript') @endsection