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

Input Banner

@csrf
@else

Input Banner

@csrf
@endif
@foreach ($provider as $item) @endforeach
# Icon Nama Slug Code Type Status Aksi
{{ $loop->iteration }} {{ $item->provider_code }} {{ $item->slug }} {{ $item->provider_code }} {{ $item->game_type }} @if($item->status == 1) Aktif @else Tidak Aktif @endif
@endsection