@extends('layouts.app') @section('title') Reward @endsection @section('css') @endsection @section('content') @if($banner->reward_active)
Reward banner
@endif
@include('partials.rewards')
@endsection @section('js') @endsection