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

{!! $banner->banner_text !!}

{{ $banner->alt_text }}

No data found

@endsection @section('js-add') @endsection