@extends('layouts.app') @section('content') @if(!empty($banners) ) @foreach($banners as $banner) {{ $banner->title }} @endforeach @endif @endsection @section('js') @endsection