@extends('layouts.dashboard') @section('title', 'Modifier la page Contact') @section('content')

Modifier la page Contact

1. Section Hero

@csrf
@error('hero_subtitle')
{{ $message }}
@enderror
@error('hero_title')
{{ $message }}
@enderror
@if ($contacts->hero_background)
@csrf @method('DELETE')
{{ $contacts->hero_background }}
@else
@csrf
@endif

2. Contact Section

@csrf
@error('contact_subtitle')
{{ $message }}
@enderror
@error('contact_title')
{{ $message }}
@enderror
@endsection