@extends('backend.layout')
@section('titre')
Administrateurs
@endsection
@section('content')
@php $modele='admins' @endphp
@if ($errors->any())
@foreach ($errors->all() as $error)
- {{$error}}
@endforeach
@endif
@if ($msg=Session::get('success'))
{{$msg}}
@endif
@endsection