@extends('layouts.admin') @section('title', 'Paramètres') @section('breadcrumb')
Gérez les paramètres de votre application
| Titre | Tag | Téléphones | Actions | |
|---|---|---|---|---|
| {{ $setting->title }} | {{ $setting->tag }} | {{ $setting->email }} |
@foreach($setting->phone as $tel)
{{ $tel }}
@endforeach
|
|
| Aucun paramètre trouvé | ||||