@extends('dashboard.base') @section('content')

VIP Feature

Name {{ $vipFeature->name??"-" }}
Start Amount ${{ $vipFeature->start_range_amount }}
End Amount ${{ $vipFeature->end_range_amount }}
Amount ${{ $vipFeature->amount }}
Earn Point {{ $vipFeature->earn_point }} point
Created Date {{ $vipFeature->created_at }}
@endsection @section('javascript') @push('scripts') @endpush @endsection