{{-- \resources\views\permissions\create.blade.php --}} @extends('welcome') @section('title', '| Enregister Activité') @section('content')
Creer Nafil
ACCUEIL
LISTE Des appels
@csrf
FORMULAIRE D'ENREGISTREMENT D'UNE appel
@if ($errors->any())
@foreach ($errors->all() as $error)
{{ $error }}
@endforeach
@endif
Type
Faites un choix
@foreach ($types as $type)
{{ $type->nom }}
@endforeach
Titre
{{ old('titre') }}
Thème
{{ old('theme') }}
Pays
association
Montant
Date Réception
Date Traitement
Reunion brainstorming
Date de Soumission
Date Expiration
Personne Impliqué
Document appel ou manifestation interêt
Etat
Faites un choix
En cours
Approuve
Non approuve
ENREGISTRER
@endsection