@extends('backEnd.layouts.master') @section('title','Edit Customer') @section('content')

Edit Customer — {{ $customer->name }}

@csrf @method('PUT')
@include('backEnd.customer.partials.birthday-fields')
Manual tier set করলে auto calculate override হবে।
Cancel
@endsection