@extends('admin.layout.master') @section('content')
{{__('obs.edit')}} {{__('obs.company_job_responsibility')}}
{{__('obs.job_responsibility')}} {{__('obs.list')}}
@if ($errors->any()) @foreach ($errors->all() as $error)
{{ $error }}
@endforeach @endif
@csrf
@endsection @section('script') @endsection