@extends('layouts.form') @section('styles') @endsection @section('content')
{{--
Basic Form

--}}
User Registration

@csrf {{-- field --}}

status) && $user->status )? 'checked' : '' }}>
{{-- .field --}}
@endsection('content') @section('scripts') @endsection