@extends('layouts.app') @section('title') {{ __('Tạo mới đối tác') }} @endsection @section('partner') active @endsection @section('section.header') {{ __('Partner->Add account') }} {{ __('partner') }} {{ __('Add new') }} @endsection @section('section.content') {{ __('Add account') }} {{ __('Account name') }} @error('username') * {{ $message }} @enderror {{ __('Decentralization') }} Admin {{__('partner')}} {{ __('Partner management')}} {{ __('Admin Viewer')}} {{__('Support')}} {{ __('password') }} @error('password') * {{ $message }} @enderror {{ __('Confirm password') }} @error('repassword') * {{ $message }} @enderror {{ __('submit') }} @endsection