@extends('layouts.user') @section('title', __('customers.add_customer')) @section('content')
{{ __('customers.add_customer') }}
{{ __('customers.add_new_customer_desc') }}
{{ __('customers.back') }}
@if($errors->any())
{{ __('customers.please_fix_these') }}
@endif
@csrf
{{ __('customers.opening_due_amount_optional') }}
@endsection