@extends('admin.layouts.content') @section('content')
@include('components.card_header', ['title' => 'Contacts', 'route' => route('Contacts')])
{{ csrf_field() }}
@forelse($groups as $group)
id, old('group_id'))) || in_array($group->id, $contact_groups)) ? 'checked' : '' }}>
@empty @endforelse
is_active) == 1 ? 'checked' : '' }}>
is_active) == 0 ? 'checked' : '' }}>
@endsection