@extends('admin.layouts.content') @section('content')
@include('components.card_header', ['title' => 'Groups', 'route' => route('Groups')])
{{ csrf_field() }}
is_active) == 1 ? 'checked' : '' }}>
is_active) == 0 ? 'checked' : '' }}>
@endsection