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

Simulation

Simulation - Intra-ville

@if ($errors->any())
Alert!
    @foreach ($errors->all() as $error)
  • {{ $error }}
  • @endforeach
@endif
{!! $text !!}
@csrf
@endsection