@extends('site.layouts.site') @section('content')
@foreach ($vouchers as $value)

{{$value->name}}

{{$value->description}}

  • {{translate('Price')}} {{round($value->price,2)}}
@endforeach
{{$vouchers->links('pagination::bootstrap-4')}}
@endsection