@extends('admin.layouts.app') @section('page-title', 'Add Container') @section('content')
| Excel Row | Mark No | @foreach($headings as $head){{ $head }} | @endforeach
|---|---|---|
| {{ $fe['excel_row'] }} | {{ $fe['mark_no'] }} | @foreach($headings as $head){{ $rowData[$head] ?? '' }} | @endforeach
| {{ $me['excel_row'] }} | {{ $me['mark_no'] }} | @foreach($headings as $head){{ $rowData[$head] ?? '' }} | @endforeach