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