@extends('layouts.master') @section('title', 'GWP Matrix') @section('content')
Global Warning Potential
@csrf
@foreach ($ars as $ar) @endforeach @foreach ($ghgs as $ghg) @foreach ($ars as $ar) @endforeach @endforeach
Greenhouse gas IPCC Assessment Report
Formula Name{{ $ar->code }}
{{ $ghg->code }} {{ $ghg->description }}
@endsection