@extends('emails.layouts.layout') @section('content') @foreach($all_pins as $key => $value) @endforeach
Hello {{ $details->username }},
Pin Number Price
{{$value['pin_number']}} {{$value['amount']}}
Total{{$total}} {{'/-'}}
You can always contact us and if we don’t respond immediately we’ll be back to you within 24 hours.
The {{ config('app.name') }} Support Team
{{env('SUPPORT_EMAIL')}}
@endsection