@extends('layouts.app') @section('title') {{ __('Chỉnh sửa tài khoản') }} @endsection @section('payment') active @endsection @section('section.header')

{{ __('Chỉnh sửa tài khoản duyệt thủ công') }}

@endsection @section('section.content')
@if (Session::has('success'))
{{ Session::get('success') }}
@endif @if (Session::has('error'))
{{ Session::get('error') }}
@endif
@csrf @method('PUT')
@endsection @section('scripts') @endsection @section('styles') @endsection