@extends('layouts.admin') @section('content')

{{ $title }}

@if(!empty($error))

{{ $error }}

@endif
@csrf @if(!empty($user['id'])) @endif
@if(!empty($user['id']))

Leave blank to keep the current password

@endif
@if(!empty($user['id']))
@endif
@if(!empty($user['id']))
movieview ?? 0)) ? 'checked' : '' }} class="h-4 w-4 text-blue-600 focus:ring-blue-500 border-gray-300 rounded">
musicview ?? 0)) ? 'checked' : '' }} class="h-4 w-4 text-blue-600 focus:ring-blue-500 border-gray-300 rounded">
gameview ?? 0)) ? 'checked' : '' }} class="h-4 w-4 text-blue-600 focus:ring-blue-500 border-gray-300 rounded">
consoleview ?? 0)) ? 'checked' : '' }} class="h-4 w-4 text-blue-600 focus:ring-blue-500 border-gray-300 rounded">
bookview ?? 0)) ? 'checked' : '' }} class="h-4 w-4 text-blue-600 focus:ring-blue-500 border-gray-300 rounded">
xxxview ?? 0)) ? 'checked' : '' }} class="h-4 w-4 text-blue-600 focus:ring-blue-500 border-gray-300 rounded">
@endif
Cancel
@endsection