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

Modifier la page Service

1. Section Hero

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