@extends('app.layout') @section('sub_content')
@if (session('success')) @endif @if (session('error')) @endif
@if ($poste_charge->id)
@method('PATCH') @else @endif @csrf @if ($poste_charge) @endif
{{ __('Poste Charge') }}
{{ __('Référence') }}*
@if ($errors->has('reference')) {{ $errors->first('reference') }} @endif
{{ __('Libellé') }}*
@if ($errors->has('libelle')) {{ $errors->first('libelle') }} @endif
{{ __('Type') }}*
@if ($errors->has('type')) {{ $errors->first('type') }} @endif
{{ __('Centre charge') }}*
@if ($errors->has('centre_charge_id')) {{ $errors->first('centre_charge_id') }} @endif
{{ __('Nbr de poste') }}*
@if ($errors->has('nbr_de_poste')) {{ $errors->first('nbr_de_poste') }} @endif
{{ __('Status') }}*
{{ __('Cancel') }}
@endsection @section('script') @endsection