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

Types d'amandes

@if(Session::has('message'))
{{Session::get('message')}}
@endif
@foreach($type_amande as $key=>$type) @endforeach
No Type d'amande Action
{{++$key}} {{ $type -> type_amande }}
@endsection @section('page-script') @stop