@extends('layout') @section('page_title', 'Edit Customer') @section('content')

Edit Customer

View Profile

Customer Information

@csrf @method('PUT')
@if($customer->image_path)
Customer Image
@endif
Leave blank to keep current image
@if($customer->cnic_front_path)
CNIC Front
@endif
Leave blank to keep current image
@if($customer->cnic_back_path)
CNIC Back
@endif
Leave blank to keep current image

Witness Information

@if($customer->witness_image_path)
Witness Image
@endif
Leave blank to keep current image
Cancel
@endsection