@extends('google::layouts.master') @section('title', '| Create new GA Event Action') @section('content')

Create New GA Event Action

Back to Actions
New Action
{!! Form::open(['url' => '/google/analytics/events/actions/create-new/save', 'class' => 'form-horizontal col-md-12', 'role' => 'form', 'files' => true]) !!} @include('google::analytics.events.actions._form', [ 'disabledField' => Auth::user()->hasAnyRole(['ADMIN']) ? '' : 'disabled' ]) @if (Auth::user()->hasAnyRole(['ADMIN']))
@endif {!! Form::close() !!}
@endsection