@extends('layouts.app')
@section('content')
@if(session('success'))
{{ session('success') }}
@endif
*) Sorot pada judul untuk melihat gambar.
No |
Title |
Subtitle |
Url |
Actions |
@php
$i = 0;
@endphp
@if(isset($banners))
@foreach ($banners as $data)
{{ ++$i }} |
{{ $data->title ?? '' }}
|
{{ $data->subtitle ?? '' }} |
{{ $data->url ?? '' }} |
|
@endforeach
@endif
@endsection