@extends('layouts.app') @section('title','Settings') @section('content')
@if ($errors->any())
@endif

@yield('title')

@foreach($admins as $a) @endforeach
Nom Email
{{$a->name}}

{{$a->email}}

Editer
@endsection