@extends('layouts.app') @section('title', session('company_code') . ' Elite System') @section('body') PRINT VIEW @foreach($month AS $b) {{ sprintf("%02d", $b->bill_month) }} @endforeach @foreach($year AS $y) {{ $y->bill_year }} @endforeach Summary of Customer's Advance Payment Please enter bill month and year. @endsection @section('scripts') @endsection