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

Pinterest Boards

If You want see latest boards and pins then update the cron in the view accounts section.

@if($message === 'success' || $message === 'No Boards have found yet! for Pinterest account' )
@endif
@if($message === 'success') @foreach($boards as $data) @endforeach @elseif($message === 'failed')

Some error occured,Can not show Boards of pinterest account

@else
@if($message === 'No Pinterest account added yet! or Account has locked')

Can not show Pinterest Boards as, no Pinterest account added yet! or Account has been locked

@else

Can not show Pinterest Boards as ,{{$message}}

@endif @endif
@endsection @section('scripts') @endsection