@extends('layout.admin.app') @section('title', __('global.faq_title')) @section('breadcrumb') @endsection @section('datatable-css') @include('layout.admin.datatable-css') @endsection @section('datatable-js') @include('layout.admin.datatable-js') @endsection @section('content')
{{__('global.faq_add')}}
{{__('global.id')}} {{__('global.faq_question')}} {{__('global.faq_answer')}} {{__('global.created_at')}} {{__('global.actions')}}
@endsection @section('script') @endsection