@extends('admin.layouts.app') @section('title', $title) @section('head') @endsection @section('content')

{{$title}}

{{$title}}

@foreach ($dataArr as $data) @endforeach
Id Name Action
{{$data->id}} {{$data->name}}
@endsection @section('script') @endsection