@extends('crm.master') @section('title', isset($customer) ? 'Edit Customer' : 'New Customer') @section('content')
{{ isset($customer) ? 'Update customer information' : 'Add a new customer to the system' }}