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

Edit Responsibilities

Back

@csrf
* @if ($errors->has('responsibility')) {{ $errors->first('responsibility') }} @endif
* @if ($errors->has('description')) {{ $errors->first('description') }} @endif
* @if ($errors->has('responsible_person')) {{ $errors->first('responsible_person') }} @endif
@endsection @section('append') @endsection