@extends('layouts.app') @section('titlePage', 'Create New FAQ') @section('content') @push('script') @endpush
@php $title = json_decode($data->title,true); $des = json_decode($data->description,true); @endphp
List
@include('common.alert')
@csrf
{{-- /card-body --}}
@endsection @push('script') @endpush