PATH:
home
/
lab2454c
/
tripvare.com
/
resources
/
views
/
admin
/
dashboard
/
legal_consent
@extends('layouts.admin.dashboard') @section('content') <div class="inner__body__wrapp faq__wrap"> @include('validation.flashmessage') <div class="list__header__wrapp"> <h2>{{ __('Edit Legal Consent')}}</h2> </div> <form method="POST" action="{{ route('admin.legalConsent.update', $legalConsent) }}"> @csrf @method('PATCH') @include('admin.dashboard.legal_consent.form') </form> </div> @endsection
[-] form.blade.php
[edit]
[-] edit.blade.php
[edit]
[+]
..
[-] list.blade.php
[edit]