@extends('layouts.app') @section('title', $page_title) @push('scripts') @endpush @section('styles') @endsection @section('content')
@csrf @method('PUT')
{{ __('app.select_group_error')}}
@ @php $from_email_domain = explode('@', $sending_server->from_email)[1]; @endphp
@include('includes.modal') @endsection