@section('title')
Technic Solder {{ SOLDER_VERSION }}
@show
@yield('top')
Toggle navigation
{{ SOLDER_VERSION }}
@if (Cache::get('update'))
Update Available!
@endif
Help
{{ Auth::user()->username }}
User Profile
Logout
Dashboard
Modpacks
@foreach ($allModpacks as $modpack) @if ($modpack->icon)
{{ $modpack->name }}{{ $modpack->hidden ? " (Hidden)" : "" }}
@else
{{ $modpack->name }}{{ $modpack->hidden ? " (Hidden)" : "" }}
@endif @endforeach
Modpack List
Add Modpack
Mod Library
Mod List
Add a Mod
Configure Solder
Main Settings
Update Checker
User Management
Client Management
API Key Management
@yield('content')
@yield('bottom')