@extends('adminlte::page') @section('adminlte_css') @endsection @section('content')

@lang('global.Edit') @lang('global.usager')

@include('common.form-errors')
@csrf @method('PUT') {{-- @if($checkup->id) @endif --}} @include('usagers.partial._form')
@endsection