@extends('admin.layout.app') @section('title', 'Speech Details') @section('content')
ID {{ $speech->id }}
Type {{ $speech->type }}
Word {{ $speech->word }}
Question {{ $speech->question }}
Answer {{ $speech->answer }}
Created At {{ $speech->created_at }}
Updated At {{ $speech->updated_at }}
Back
@endsection