@extends('layouts.app') @section('content')

New Contact

Add a new contact to your list.

@csrf @include('contacts.partials.form', ['submitLabel' => 'Create'])
@endsection