@extends('layouts.master') @section('title','Account Controls') @section('page-header') Account Controls @stop @push('style') @endpush @section('content')
@include('partials._alert_message')

@yield('page-header')

@csrf
@include('includes.inputs.option-select', ['modelVariable' => 'accountGroups'])
@endsection @section('js') @endsection