@extends('layouts.app') @section('title', 'Character Inventory - ' . $character->CharName16) @section('content')
Character ID: {{ $character->CharID }}
Level {{ $character->CurLevel ?? 1 }} - Job {{ $character->JobType ?? 0 }}