@extends('admin.layouts.index', ['header' => true, 'nav' => true, 'demo' => true]) @section('title', __('Edit Marketing Group')) @section('content')
@if (Session::has('success')) @endif {{-- Failed --}} @if (Session::has('failed')) @endif
@csrf
{{ __('Group Name') }}
{{ __('Group Description') }}
@if (count($marketingCustomers) > 0)
{{ __('Emails') }}
{{ __('Select the customers who will be part of this group.') }}
@else
{{-- Heading --}}
{{ __('Emails') }}
{{ __('No customers found') }}
@endif {{-- Submit --}} @if (Session::has('success')) @endif
@include('admin.includes.footer') @section('scripts') {{-- Select all option --}} @endsection @endsection