@extends('layout.main_simple') @section('page_styles') {{--CUSTOM STYLES HERE--}} @stop @section('layout_sidebar') {{--sidebar--}} @stop @section('content')

Connect Accounts

@csrf @foreach($accountsToSelect as $_index => $accountToSelect) @endforeach
@stop @section('page_modals') {{--Page modals--}} @stop @section('page_scripts') @stop