@extends('admin.layouts.index', ['header' => true, 'nav' => true, 'demo' => true]) @section('content')
{{-- Failed --}} @if (Session::has('failed')) @endif {{-- Success --}} @if (Session::has('success')) @endif
@csrf

{{ __('Group Details') }}

{{-- Group Name --}}
{{ __('Group Name') }}
{{-- Group Description --}}
{{ __('Group Description') }}
{{-- Emails in tomselect --}} @if (count($marketingCustomers) > 0)
{{ __('Emails') }}
{{ __('Select the customers who will be part of this group.') }}
@else
{{-- Heading --}}
{{ __('Emails') }}
{{ __('No customers found') }}
@endif
@include('admin.includes.footer')
@endsection {{-- Custom JS --}} @section('scripts') {{-- Select all option --}} @endsection