@extends('layouts.master') @section('page_title', 'Client Service Automations') @section('content')
{{ Form::page_header("Client Service Automations", "business") }}
@if (\App\Models\CSA\CSA_Job::can_add())
{{ Form::button_link('Add a new automation', action('CSA\CSAJobController@create', compact('business')), 'add_btn') }}
@endif @include('search._complex_search_parameter', ['sort_column' => 'name']) @include('search._search_grid_wrapper')
@endsection @section('page_script') @include('shared_script._search_script_render') @include('shared_script._dynamic_search_columns') @include('shared_script._do_delete') @endsection @section('page_style') @include('shared_style._grid_sort_style') @endsection