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

Type de mouvement

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

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

@endif
@foreach($typemouvement as $key=>$p) @endforeach
No Type Mouvement Code Type Operation Etat Description Action
{{++$key}} {{$p->nom_type}} {{$p->code_type}} {{$p->nom_operation}} @if($p->cliquable == "0") Non Cliquable @elseif($p->cliquable == "1") Cliquable @endif {{$p->description_type}} Edit Delete
@endsection @section('page-script') @stop