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

User

@if (session('status')) @endif Back

User

@csrf @method('PUT')
is_admin) == 1 ? 'checked' : '' }}>
is_admin) == 0 ? 'checked' : '' }}>
@if ($user->photo) @endif
@endsection