@extends('../../layouts/partials/header') @section('title', 'Editar Contacto') @section('content_header')

Editar Contacto

@endsection @section('content') @if (session('error'))
{{ session('error') }}
@endif
@csrf

principal === 1 ? 'checked' : '' }}>
Cancelar
@endsection