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

Add New Customer Entry

Add new customer details and purchase information to the CRM database.

Back to Dashboard
@if(session('success'))
{{ session('success') }}
@endif
@csrf
@endsection