@extends('layouts.internal') @section('content') @section('breadcrumb')
@endsection
@if ($message = Session::get('success'))

{{ $message }}

@endif
@foreach($records as $data) @endforeach
# Type Source Name Company Name Marketplace Features Actions
{{ $i++ }} {{ $data->type }} {{ $data->source }} {{ $data->name }} {{ $data->company_domain }} {{ $data->enable_marketplace_features == 1 ? 'True' : 'False' }}
@section('css') @endsection @section('script') @endsection @endsection