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