@extends('layouts.adminmaster') @section('content')

{{lang('Google Analytics', 'menu')}}

@csrf
@if ($errors->has('GOOGLE_ANALYTICS')) {{ $errors->first('GOOGLE_ANALYTICS') }} @endif
@endsection