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

{{$title}}

@csrf

{{$title}}

@foreach ($dataArr as $data) @endforeach
Name Value
@endsection @section('script') @endsection