@extends('layouts.app') @section('title', $customer->exists ? 'Edit customer' : 'New customer') @section('heading', $customer->exists ? 'Edit customer' : 'New customer') @section('content')
Fields marked with an asterisk are required.