@extends('layout.admin') @section('title') Home Banners @endsection @section('content') Banner List {{-- --}} # Banner Image Banner Text Alt Text Actions @if ($data->count() > 0) @php $i = 1; @endphp @foreach ($data as $banner) {{ $i }} {!! $banner->banner_text !!} {{ $banner->alt_text }} @php $i++ @endphp @endforeach @else No data found @endif @endsection @section('js-add') @endsection
{!! $banner->banner_text !!}
No data found