@extends('layouts.frontend.master') @section('title') {{ !empty($menu['menu']) ? $menu['transtitle'] : '' }} @endsection @section('keyword') {{ !empty($menu['keyword']) ? $menu['transkeyword'] : '' }} @endsection @section('description') {{ !empty($menu['description']) ? $menu['transdescription'] : '' }} @endsection @section('head') @endsection @section('content') Projects Home Projects @forelse ($projects as $item) {{$item->transtitle}} {!! Str::limit(strip_tags($item->transcontent),150) !!} @empty @endforelse @endsection @section('scripts') @endsection