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

@yield('page-header')

@csrf @method('put')
@endsection @section('js') @endsection