@extends('admin.layouts.content') @section('content')
@include('components.card_header', ['title' => 'Users', 'route' => route('Users')])
{{ csrf_field() }}
@if($id == 0)
@endif
is_updated) == 1 ? 'checked' : '' }}>
is_updated) == 0 ? 'checked' : '' }}>
@endsection