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