@extends('layouts.horizontal-developer') @section('content')

Kelola Provider

Daftar Provider

@if(session('success')) @endif
@foreach($prov as $data) @if($data->order_type == 'API') @else @endif @endforeach
# Tipe Nama Provider Order Endpoint Status Endpoint Action
{{ $loop->iteration }} {{$data->type}} {{$data->name}}{{$data->api->order_end_point}} {{$data->api->status_end_point}}MANUAL MANUAL Edit
@method('delete') @csrf
{{$prov->links()}}
@endsection