@extends('layouts.app') @section('title') {{ __('Chỉnh sửa tài khoản') }} @endsection @section('payment') active @endsection @section('section.header') {{ __('Cấu hình video Tài khoản >>') }} {{ $bank_account->acc_name}} Cấu hình video Tài khoản {{ __('Cấu hình video Tài khoản') }} @endsection @section('section.content') @if (Session::has('success')) {{ Session::get('success') }} @endif @if (Session::has('error')) {{ Session::get('error') }} @endif @csrf {{ __('Video') }} {{ __('Lưu') }} @endsection @section('scripts') @endsection @section('styles') @endsection