@extends('front/_.app') @section('content')
@foreach ($MovieLibraries as $movieLibrary) @if($movieLibrary->getMovie())
{{ Str::limit($movieLibrary->title, 20) }}
@endif @endforeach
@endsection