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

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

Editar contacto

@csrf

Direcciones

@csrf

Datos fiscales

@csrf

Email

@csrf

Teléfonos

@csrf
@endsection @section('js') @endsection