@extends('layouts/contentLayoutMaster') @section('title', 'Application Games') @section('vendor-style') {{-- vendor css files --}} @endsection @section('page-style') {{-- Page Css files --}} @endsection @section('content')
@if(@$banners->count() > 0)
@php $i = 1; @endphp @foreach(@$banners as $banner) @php $i++; @endphp @endforeach
# Title Status Url Icon Actions
{{ @$i}} {{ @$banner->title}} @php $banner->status == 1 ? $status = 'Active' :$status = 'Inactive' @endphp {{$status}} {{ @$banner->url}}
@if(@$banner->picture) Avatar @endif
@else
No Record Found
@endif
@endsection @section('vendor-script') {{-- vendor files --}} @endsection @section('page-script') {{-- Page js files --}} @endsection