@extends('layouts.appindex') @section('title', 'EndoCapture') @section('style') @endsection @section('content') @php dd($text[1]["aa"]); function wording($default,$number){ echo $text[$number][$default]; } @endphp