@extends('layouts.master') @section('page_title', 'Add Customer') @section('title', 'Customers Details') @section('main_item', 'Customer') @section('sub_item', 'Add Customer') @section('content')

Add Customer

@csrf
+94
@error('mobile') @enderror
@error('landline') @enderror
@endsection @section('scripts') @endsection