@extends('layouts.exat') @section('title', 'Nouveau circuit') @section('content')
@csrf
@include('circuits._champs')
@endsection