@extends('layouts.master') @section('styles') @endsection @section('content') @php $breadcrumbs = [ ['label' => 'Dashboard', 'url' => route('admin.dashboard')], ['label' => 'Faq', 'url' => route('admin.faqs.index'), 'active' => false], ['label' => 'Create', 'url' => '#', 'active' => true], ]; @endphp
@csrf
Attached Media
@if (!empty($media)) @foreach ($media as $m)
@endforeach @endif
{!! old('content', $faq->content ?? '') !!}
is_featured ?? 0)) checked @endif>    status ?? 1)) checked @endif>
@endsection @section('scripts') @vite('resources/assets/js/select2.js') @endsection