@extends('layouts.main') @section('content')
@if(isset($stations)) @if($stations->status == 1)

Redeem Fuel vouchers

Select a Fuel station to load available vouchers for the selected station.

@foreach($stations->data as $item)

{{$item->stationName}}

{{$item->address}}
View
@endforeach
@else
No Data Found
@endif @endif
@endsection @push('style') @endpush @push('script')