@extends('layout.admin') @section('template_title') {{ __('Cấm tài khoản ' . $user->username) }} @endsection @php $method = 'POST'; @endphp @section('content')
@includeif('partials.errors')
{{ __('Cấm tài khoản') }}
{{ method_field($method) }} @csrf @method($method) @include('admin.users.form-ban')
@endsection