@extends('layouts.main') @push('styles') @endpush @section('content')

{{ __('person_titles.person_titles') }}

@include('insurance::person_titles.menu')
@include('flash::message')

{{ __('person_titles.export_data') }}

@foreach($person_titles as $person_title) @endforeach
{{ __('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() }}
@endsection @push('scripts') @endpush