@extends('admin.layouts.app') @section('title', $person->exists ? __('people.edit_title') : __('people.create_title')) @section('header', $person->exists ? __('people.edit_title') : __('people.create_title')) @section('breadcrumb') {{ __('people.title') }} {{ $person->exists ? __('common.edit') : __('common.new') }} @endsection @section('content')