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