@include('includes.header')

@if (session('success'))
{{ session('success') }}
@endif @if ($errors->any())
    @foreach ($errors->all() as $error)
  • {{ $error }}
  • @endforeach
@endif
@csrf
api ? 'checked' : '' }} style="margin-top: 6%;">API
user_add ? 'checked' : '' }} style="margin-top: 5%;">Account Add Permission
is_locked ? 'checked' : '' }} style="margin-top: 5%;">Account Locked
status ? 'checked' : '' }}>Active


@include('includes.footer')