@extends('layouts.app') @section('content') {{--
--}}
Integration
@if ($type)
Title
@endif
Select Integration
--
@foreach (config('defines.integration_select') as $data_k => $data_v)
{{ $data_v['title'] }}
@endforeach
@if ($type)
Add New
@endif
@if ($type)
@forelse ($lists as $list) @empty @endforelse
Id
Title
{{ $list->id }}
{{ $list->title }}
edit
@endif
@endsection