@extends('admin.app') @section('title', 'Disposable Market') @section('content')

Market items managed here. Disposable Special Discord Webhook is used for notifications

 

© B.Fatih KOZ

Disposable Market

@csrf @if($items->count())
@endif
@if($airlines)
@endif
@if($categories)
@endif
active == 1) checked="true" @endif class="form-control mb-1" value="1">
notifications == 1) checked="true" @endif class="form-control mb-1" value="1">
@if(filled($item) && $item->owners->count() > 0)
Owners
@foreach($item->owners as $owner) • {{ $owner->ident.' | '.$owner->name_private }}
@endforeach
@endif @endsection @section('scripts') @parent @endsection