diff --git a/Http/Controllers/FrontendController.php b/Http/Controllers/FrontendController.php index a4bd605..de7e648 100644 --- a/Http/Controllers/FrontendController.php +++ b/Http/Controllers/FrontendController.php @@ -43,7 +43,7 @@ $sheets = Sheets::spreadsheet('1c2Uv3QVTyLzsJPE4uqqlMGNKO8z0Kqj6aEGh0uixAqA') ->sheet('Platform') - ->range('A:F') + ->range('A:G') ->get(); $header = $sheets->pull(0); $posts = Sheets::collection($header, $sheets); @@ -78,7 +78,7 @@ $sheets = Sheets::spreadsheet('1c2Uv3QVTyLzsJPE4uqqlMGNKO8z0Kqj6aEGh0uixAqA') ->sheet('Platform') - ->range('A:F') + ->range('A:G') ->get(); $header = $sheets->pull(0); $posts = Sheets::collection($header, $sheets); @@ -118,7 +118,7 @@ $sheets = Sheets::spreadsheet('1c2Uv3QVTyLzsJPE4uqqlMGNKO8z0Kqj6aEGh0uixAqA') ->sheet('Platform') - ->range('A:F') + ->range('A:G') ->get(); $header = $sheets->pull(0); $posts = Sheets::collection($header, $sheets); diff --git a/Resources/views/cakupan.blade.php b/Resources/views/cakupan.blade.php index 8ea1fed..e1f5f5c 100644 --- a/Resources/views/cakupan.blade.php +++ b/Resources/views/cakupan.blade.php @@ -102,6 +102,7 @@ Platform Kategori Nama + Stok Harga @@ -119,6 +120,7 @@ $harga = str_replace('.00','',$harga); $harga = str_replace(',','',$harga); @endphp + {{ $row['Stok'] }} Rp {{ number_format($harga*($usd+($usd*0.05)),2,',','.') }} @php $no++; @endphp diff --git a/Resources/views/ont.blade.php b/Resources/views/ont.blade.php index 6da11b3..08810f6 100644 --- a/Resources/views/ont.blade.php +++ b/Resources/views/ont.blade.php @@ -5,10 +5,10 @@ - Kerjasama Penelitian Genomik Panin 2023 + ONT | Kerjasama Penelitian Genomik Panin 2023 - + @@ -16,7 +16,7 @@ - + @@ -61,6 +61,12 @@ :class="{'text-white bg-guardsman-red-700 rounded lg:bg-transparent lg:text-guardsman-red-700 dark:text-white' : activeMenu=='home'}" aria-current="page">Home +
  • + Press Release +
  • +
  • Platform Kategori Nama + Stok Harga @@ -143,6 +150,7 @@ $harga = str_replace('.00','',$harga); $harga = str_replace(',','',$harga); @endphp + {{ $row['Stok'] }} Rp {{ number_format($harga*($usd+($usd*0.05)),2,',','.') }} @php $no++; @endphp diff --git a/Resources/views/press-release.blade.php b/Resources/views/press-release.blade.php index 58e80da..ad2d87b 100644 --- a/Resources/views/press-release.blade.php +++ b/Resources/views/press-release.blade.php @@ -5,10 +5,10 @@ - Kerjasama Penelitian Genomik Panin 2023 + Press Release | Kerjasama Penelitian Genomik Panin 2023 - + @@ -16,7 +16,7 @@ - + @@ -54,13 +54,19 @@