@extends('backend.layout') @section('titre') Villes @endsection @section('content') @php $modele='villes' @endphp
Ajouter ville
@if ($errors->any())
@endif
@csrf @foreach($GLOBALS['languages'] as $language)
defaut==1) {{'required'}} @endif class="form-control" id="{{$language->name}}_inputname" name="{{$language->name}}_name" type="text" >
@endforeach
@endsection