@extends('layouts.master') @section('title', 'Trainee') @section('content')

{{ trans('trainee.trainee_edit') }}

@if (session('success'))
{{ session('success') }}
@endif @if ($errors->any()) @foreach ($errors->all() as $error) @endforeach @endif
@method('PUT') @csrf
{{trans('trainee_relative.id')}}
{{trans('trainee_relative.name')}}
{{trans('trainee_relative.relationship')}}
{{trans('trainee_relative.trainee')}}
((item.relative_id)) ((item.name)) ((item.relationship)) ((item.trainee?.name))
@method('DELETE') @csrf
@endsection @section('script-footer') @endsection