@php use Illuminate\Support\Facades\DB; $about = DB::select("SELECT * FROM setting WHERE kode = 'about-set' "); $about = $about[0]->setting; $about = json_decode(MyForm::binaryToString($about)); $about = json_decode($about)->kontent; $laman = DB::select("SELECT * FROM laman WHERE judul = '$about' "); $kode = $laman[0]->kode; $myfile = fopen("assets/upload/laman/$kode.json", "r") or die("Unable to open file!"); $data = fgets($myfile); fclose($myfile); $data = json_decode($data); @endphp @extends('layout.front') @section('container')