@extends('backend::layouts.app') @section('title', 'Answer') @push('css') @endpush @section('content')

{{ $question->title }}

Answer

{{-- Create --}}
SN Title Image Sort Order Status Actions
@endsection @push('js') @endpush