@extends('layouts.skeleton') @section('content')
{{-- Breadcrumb --}}

< {{ $contact->name }}

{{ trans('people.conversation_add_title') }}

@if (session('status'))
{{ session('status') }}
@endif @include('partials.errors')
{{ csrf_field() }} {{-- When did it take place --}}

{{ trans('people.conversation_add_when') }}

{{-- What tool did you use --}}
{{-- Conversation --}} {{-- Form actions --}}
@endsection