@extends('layouts.app') @section('titlePage', 'Create New FAQ') @section('content') @push('script') @endpush
@php $title = json_decode($data->title,true); $sub_title = json_decode($data->subtitle,true); @endphp
@include('common.alert')
@csrf
@include('common.lfm', [ 'type' => 'image', 'name' => 'Image', 'input' => 'image', 'required' => true, 'file' => $data->image1 ?? null, ])
{{-- /card-body --}}
@endsection @push('script') @endpush