@extends('layouts.master') @section('css') @endsection @section('content')
| Sr. No | Name | Text Color | Background Color | Icon | Index | Status | Action | @if (count($homeButtons) > 0) @php $i = $homeButtons->perPage() * ($homeButtons->currentPage() - 1) + 1; @endphp @foreach ($homeButtons as $homeButton)||
|---|---|---|---|---|---|---|---|---|---|
| {{ $i++ }} | {{ $homeButton->name ?? '' }} |
{{ $homeButton->text_color }}
|
{{ $homeButton->bg_color }}
|
@if ($homeButton->image) @else - @endif |
{{ $homeButton->index ?? '' }}
|
||||
| No Data Found | |||||||||