@include('layouts.header') @include('layouts.sidebar')
@csrf
Customer Information
@if( $data->customer_type == 'Wholesale')
@endif
gst == 'Yes' ? 'checked' : '' }}>
gst == 'No' ? 'checked' : '' }}>
Cancel
@include('layouts.footer')