@extends('layouts.bpages') @section('content')

{{$siteInfo->title}}-第{{$page}}頁

@foreach($bposts as $bpost)

{{$bpost->title}}

{!!mb_substr(preg_replace('/\s+/','',$bpost->content),0,50,"utf-8")!!}

@endforeach
{{ $bposts->links() }}
{{ csrf_field() }} @endsection @push('stylesheet') @endpush @push('scripts') @endpush