@extends('layouts.home') @section('title', $head['title']) @section('keywords', $head['keywords']) @section('description', $head['description']) @section('content')
@if(Str::isTrue(config('bjyblog.breadcrumb')))
{{ Breadcrumbs::render() }}
@endif
@foreach($sites as $site)
  • {{ $site->name }}
  • {{ $site->url }}
  • {{ $site->description }}
@endforeach
@endsection @section('js') @endsection