@extends('layouts.app') @section('title', 'Create Quote - Lektrik') @section('content')
@csrf

Client Information

@error('client_name')

{{ $message }}

@enderror @error('client_id')

{{ $message }}

@enderror
@error('notes')

{{ $message }}

@enderror

Tip: Start typing to search existing clients or enter a new name to create a new client.

Items

Subtotal: R0.00
VAT (15%): R0.00
Total: R0.00
Cancel
@endsection