@extends('admin.layouts.app') @push('style') {{-- --}} @endpush @section('pagetitlesection') @endsection @section('content')

No of Rewards : {{ count($listRewards) }}

{{-- --}} {{-- --}} @forelse ($listRewards as $data) @empty @endforelse
Reward TitleLast NameReward DescriptionAddressCreated On Status Action
{{ $data->title ? $data->title : '---' }} {{ ($data->description!="")?substr($data->description, 0,50).'...':'' }} {{ date('d-m-Y', strtotime($data->created_at)) }} @switch($data->is_active) @case(1) Active @break @case(0) Inactive @break @default Deleted @endswitch
No Data Yet
@endsection @push('scripts') @endpush