@extends('layouts.app') @section('content') @if (auth()->user()->role != "admin")

404 Bad Gateway

@else

Interface Administrateur

@csrf
@endif @endsection