@extends('layouts.app') @section('title') {{ __('Chỉnh sửa tài khoản') }} @endsection @section('payment') active @endsection @section('section.header') {{ __('Cài đặt thiết bị') }} Cấu hình thiết bị {{ __('Cài đặt thiết bị') }} @endsection @section('section.content') @if (Session::has('success')) {{ Session::get('success') }} @endif @if (Session::has('error')) {{ Session::get('error') }} @endif @csrf {{ __('Tên thiết bị') }} {{ __('ID thiết bị') }} {{ __('Mã PIN') }} {{ __('Lưu') }} @endsection @section('scripts') @endsection @section('styles') @endsection