@extends('admin/layouts/default') {{-- Page title --}} @section('title') Actions @parent @stop {{-- page level styles --}} @section('header_styles') @stop {{-- Page content --}} @section('content')

Action List

Add New Action
@include("admin.layouts.crm.list_actions")
@stop {{-- page level scripts --}} @section('footer_scripts') @stop