@extends('admin.layouts.app') @section('header_extra') @endsection @section('content')

Create New Goal

@include('admin.account.top_action_bar') Back to Account

Add New Goal

{{ csrf_field() }}
Ex: Track contact-us page / Track read-more button clicks {!! $errors->has('goal_name') ? 'Goal name field required' : '' !!}
{!! $errors->has('goal_start_date') ? 'Start Date field required' : '' !!}
{!! $errors->has('goal_end_date') ? 'End Date field required' : '' !!}
{!! $errors->has('goal_type') ? 'Goal Type field required' : '' !!}
Page URL / id / class {!! $errors->has('goal_track') ? 'Element value field required' : '' !!}

Account Info

Account Name: {{$account->account_name}}

Domain Name: {{$account->domain}}

@endsection @section('footer_extra') @endsection