@extends('layouts.dashboard') @section('title-content')
@lang('app.intro-text')
--}} {!! Form::open([ 'route' => 'reports.module_reports', 'class' => 'reports-module', 'method' => 'POST', 'role' => 'form', ]) !!}S/N | First Name | Last Name | Middle Name | Reg # |
---|---|---|---|---|
{{ $i++ }} | {{ $customer->first_name }} | {{ $customer->last_name }} | {{ $customer->middle_name }} | {{ $customer->reg_no }} |