@extends('adminlayout.admin') @section('content')
@if(Auth::user()->hasRole('super_admin','admin')) Add @endif


Reward List

@if(Session::has('message'))

{{ Session::get('message') }}

@endif
@if(Auth::User()->hasRole('super_admin','admin')) @endif @if(Auth::User()->hasRole('executive_associate','business_development_associate','chief_officer_associate','director')) @endif @php $i=1; @endphp @foreach($rewards as $data) @if(Auth::User()->hasRole('super_admin','admin')) @endif @if(Auth::User()->hasRole('executive_associate','business_development_associate','chief_officer_associate','director')) @endif @endforeach
S.no Title Trip Name Trip Price Sale EV Type Trip Image Trip Price ImageActionEarn Point
{{$i++}} Edit Delete {{getEarnPoint(Auth::User()->id,$data->reward_type )}}
@endsection