@extends('layouts.app') @section('title', 'Créer un ajustement') @section('breadcrumb') @endsection @section('content')
@include('utils.alerts')
@csrf
@endsection