@extends('layouts.app') @section('content') @include('layouts.sidebar')
Add Customer
@csrf

Customer Name

@if ($errors->has('customer_name')) {{ $errors->first('customer_name') }} @endif

Customer Mobile Number

@if ($errors->has('customer_mobile')) {{ $errors->first('customer_mobile') }} @endif

Customer Alternative Number

@if ($errors->has('customer_alternative_phone')) {{ $errors->first('customer_alternative_phone') }} @endif
@endsection