@extends('pro.layout') @php use App\Support\Content; use App\Support\Taxonomy; $jours = ['Lundi', 'Mardi', 'Mercredi', 'Jeudi', 'Vendredi', 'Samedi', 'Dimanche']; $tousServices = config('services_pro'); $servicesActifs = old('services', $business?->services ?? []); $horaires = old('horaires', $business?->horaires ?? []); @endphp @section('pro')
@endsection