{{-- \resources\views\permissions\create.blade.php --}} @extends('layout') @section('title', '| Enregister pays') {{-- @section('css') @endsection --}} @section('content')
@csrf
FORMULAIRE D'ENREGISTREMENT D'UN PAYS
@if ($errors->any())
    @foreach ($errors->all() as $error)
  • {{ $error }}
  • @endforeach
@endif
{{--
--}}
@endsection {{-- @section('script') @endsection --}}