@extends('backend.layouts.master') @section('pageTitle') Analytics @endsection @section('bodyCssClass') @endsection @section('pageContent')

Analytics

Google Analytics * Marks are required feild

@csrf
{{ $errors->first('ga_tracking_id') }}
{{ $errors->first('ga_report_id') }}
{{ $errors->first('ga_key_file') }} @if($info->key_file) {{ $info->key_file }} @endif
@endsection @section('extraScript') @endsection