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

Langue

@include('adminlte-templates::common.errors')
{!! Form::model($langue, ['route' => ['langues.update', $langue->id], 'method' => 'patch']) !!} @include('langues.fields') {!! Form::close() !!}
@endsection