@extends('layouts.app_admin') @section('content')

List
@if(Session::has('message'))

{{Session::get('message')}}

@endif @if(Session::has('error'))

{{Session::get('error')}}

@endif
@foreach($types as $type) @endforeach
Type filière Université Action
{{$type->nom_type}} {{$type->nom_uni}} Edit
@endsection