@extends('home::layouts.UserLayout') @section('title') {{env('WEBSITE_TITLE')}} | Boards @endsection @section('content')

BoardMe

This feature allows us to save some long search keywords with a conventional naming and provide us to search those keywords in YouTube with one-click

@if(isset($ErrorMessage))
{{$ErrorMessage}}
@endif @if(isset($accounts)) @if(count($accounts['data']) !== 0) @foreach ($accounts['data'] as $account )

{{$account->keyword}}

{{$account->board_name}}

@php $keyword = str_replace("#","",$account->keyword);@endphp
@endforeach @else
Currently no boards added
@endif @endif
@endsection @section('scripts') @endsection @section('page-scripts') @endsection