PATH:
home
/
lab2454c
/
sothebry.softkinesis.com
/
backups
/
core
/
resources
/
views
/
admin
/
frontend
/
faqContent
@extends('admin.layouts.app') @section('panel') <div class="card b-radius--10 "> <div class="card-body p-0"> <form action="{{ route('admin.frontend.faqContent.update', $faqContent) }}" method="POST"> @csrf @method('PUT') @include('admin.frontend.faqContent.form') </form> </div> </div> @endsection
[-] form.blade.php
[edit]
[-] create.blade.php
[edit]
[-] edit.blade.php
[edit]
[+]
..
[-] index.blade.php
[edit]