@extends('admin.layout') @section('subtitle') Game Administration @stop @section('content')
| ID | Name | Attachments | Loadouts | Image_URL | Min Attachments | Max Attachments | Type | Created at | Updated at | Actions |
|---|---|---|---|---|---|---|---|---|---|---|
| {{ $weapon -> id }} | {{ $weapon -> name }} | {{ count($weapon -> attachments) }} | {{ count(Loadout::where('weapon_id', $weapon -> id) -> get()) }} |
@if ($weapon -> thumb_url)
|
{{ $weapon -> min_attachments }} | {{ $weapon -> max_attachments }} | {{ $weapon -> type }} | {{ $weapon -> created_at }} | {{ $weapon -> updated_at }} |