@extends('layouts.master_app') @section('title') Editar contacto @endsection @section('css') @endsection @section('content')

Editar contacto {{$contact->person->full_name}}

Editar contacto

@csrf

Emails

@csrf
@foreach($contact->person->emails as $item)
@csrf
@endforeach

Telรฉfonos

@csrf
@foreach($contact->person->phones as $item)
@csrf
@endforeach
@endsection @section('js') @endsection