@extends('layouts.admin') @section('css') @endsection @section('admin')
Are you sure you want to {{ $user->account_status == 'active' ? 'Ban' : 'Unban' }} {{ $user->name }}?