@extends('backend.layout.app') @section('sub_header') @component('backend.layout.components.sub-header') @slot('title') {{ $title }} @endslot {{ __('main.answer_questions') }} @slot('toolbar')
  • {{ __('main.edit') }} {{ __('main.answer_question') }}
  • {{ __('main.show-all') }} {{ __('main.answer_questions') }}
  • {{ __('main.add_new') }} {{ __('main.answer_question') }}
  • @endslot @endcomponent @endsection @section('content')

    {{ $title }}

    {{ __('main.title') }} : {{ $show->question_val }}
    {{ __('main.created_at') }}: {{ $show->created_at }}
    {{ __('main.answer') }}: {!! $show->answer_val !!}
    @endsection