@extends('layouts.app') @section('title') {{ __('Tạo nhóm telegram') }} @endsection @section('admin') active @endsection @section('section.header')

{{ __('Thêm mới nhóm telegram') }}

@endsection @section('section.content')
@if (Session::has('success'))
{{ Session::get('success') }}
@endif @if (Session::has('error'))
{{ Session::get('error') }}
@endif
@csrf
{{-- col-12 mobile, col-8 desktop --}}
{{-- Tên nhóm --}}
@error('group_name')
* {{ $message }}
@enderror
{{-- Chat ID --}}
@error('chat_id')
* {{ $message }}
@enderror
{{-- Username --}}
@error('username')
* {{ $message }}
@enderror
{{-- Loại --}}
@error('type')
* {{ $message }}
@enderror
{{-- Trạng thái --}}
{{ __('Trạng thái') }}
Bật để nhóm hoạt động và gửi thông báo
{{-- Submit --}}
{{ __('Huỷ') }}
@endsection @section('scripts') @endsection @section('styles') @endsection