@extends('admin.layouts.app') @section('title', $title) @section('head') @endsection @section('content') {{$title}} Home {{$title}} @csrf {{$title}} Name Value @foreach ($dataArr as $data) {{$data->name}} {!! $data->value !!} @endforeach @endsection @section('script') @endsection