@extends('layouts.adminapp') @section('title') {{ __('lng.Job') }} - {{ __('lng.Edit') }} @endsection @section('active_register', 'active') @section('open_register', 'open') @section('open_field', 'open') @section('active_field', 'active') @section('active_job', 'active') @section('content')

{{ __('lng.Job') }}

@csrf @method('patch')
{{ __('lng.EditJob') }}
@error('title')
{{ $message }}
@enderror
@endsection