@extends('layouts.default', ['appTopMenu' => true]) @section('title','Copying Register Application') @push('scripts') @endpush @section('content')
Copying Report
@foreach($copyingReportDetail as $copyingDetail) @endforeach
@foreach($copyingReportDetail as $copyingDetail) @endforeach
Application ID/Year Applicant Address Purpose
{{$copyingDetail->app_no}}/{{$copyingDetail->app_year}} {{$copyingDetail->applicant}} {{$copyingDetail->app_add}} {{$copyingDetail->purpose}}
@endsection @push('scripts')