@extends('layouts.app') @section('title', $page_title) @push('scripts') @endpush @section('content')
{{ __('app.id') }} {{ __('app.drip_group') }} {{ __('app.name') }} {{ __('app.subject') }} {{ __('app.send') }} {{ __('app.created') }} {{ __('app.actions') }}
@include('groups.move') @include('includes.datatables') @endsection