@extends('admin.layouts.app') @section('content')

Tickers

Ticker Lists
@if (count($tickers) > 0) @foreach ($tickers as $index => $ticker) @endforeach @else @endif
# Image Status Actions
{{ $index + 1 }} @if (empty($ticker->image)) @else @endif @if ($ticker->status == 1) Active @else Dective @endif Edit
Records Not Found
@endsection