@extends('layouts.app') @section('title', 'Services') @section('content')
@for ($i = 1; $i <= 5; $i++)
Image {{ $i }}
QR Code {{ $i }}
@endfor
@endsection