@extends('layouts.idara.panel') @section('content') @include('backend.partials.import') @include('backend.partials.features')
Présentation Tifawt
@if (count($errors) > 0)
Whoops! Some problems with your input.

    @foreach ($errors->all() as $error)
  • {{ $error }}
  • @endforeach
@endif
@csrf
@endsection