@extends('layouts.app')
@section('title', 'Banner')
@section('content')
@if($Banners->count() > 0)
@foreach ($Banners as $Banner)
@endforeach
@foreach ($Banners as $Banner)
{{ $Banner->title }}
{{ $Banner->description }}
@endforeach
@endif
{{-- Banners
--}}
# |
Title |
Link |
Action |
@foreach ($Banners as $Banner)
{{ $loop->iteration }} |
{{ $Banner->title }} |
{{ $Banner->link }} |
Edit
|
|
@endforeach
@endsection