@extends('layouts.main') @push('styles') @endpush @section('content')
{{ __('person_titles.export_data') }}
| {{ __('person_titles.title') }} | ||
|---|---|---|
| {{ __('person_titles.title') }} | ||
| {{ $person_title->name}} | {{ __('person_titles.edit') }} | {{ Form::model($person_title->id ,['method' => 'DELETE', 'route' => ['person_titles.destroy', $person_title->id]]) }} {{ Form::close() }} |