4 lines
80 B
PHP
4 lines
80 B
PHP
@extends('layouts.dashb5')
|
|
@section('content')
|
|
{{ var_dump($char) }}
|
|
@endsection |