@extends('backend.layouts.main') @section('panel')
@if (Route::is('admin.website.provider.edit'))

Input Banner

@csrf
@else

Select Provider

@csrf
@endif
@if (empty($games)) @else @foreach ($games as $item) @endforeach @endif
# Banner Provider Nama Slug Code Type Status
{{ $loop->iteration }} {{ $item->provider_code }} {{ $item->game_name }} {{ $item->provider }} {{ $item->game_code }} {{ $item->game_type }} @if($item->status == 1) Aktif @else Tidak Aktif @endif
@endsection