@extends('app.layout') @section('sub_content')
@if($position->id)
@method('PATCH') @else @endif @csrf
{{ __('Libellé') }}
@if ($errors->has('libelle')) {{ $errors->first('libelle') }} @endif
{{ __('Cancel') }}
@endsection