@extends('layouts.app') @section('title', $customer->exists ? 'Edit customer' : 'New customer') @section('heading', $customer->exists ? 'Edit customer' : 'New customer') @section('content')
@csrf @if($customer->exists)@method('PUT')@endif

Customer information

Fields marked with an asterisk are required.

@error('code')
{{ $message }}
@enderror
days
@endsection