@extends('back.layouts.app', ['title' => $title]) @section('content')
@include('back.common_views.quicklinks')
@if ($errors->any())

Please correct These error.

@foreach ($errors->all() as $error)
  • {{ $error }}
  • @endforeach
    @endif

    Google Analytics Code @php echo helptooltip('google_analytics_content') @endphp

    @csrf

    Copy google analytics code with "script" tag and paste above

    Sign Up or Manage Analytics by clicking this link

    @endsection @section('beforeBodyClose') @endsection