@extends('admin.layout.master') @section('title', 'Add Customer') @section('custom_style') @endsection @section('content')

{{ ucfirst($routeGroup) }} Info

{{-- @if ($errors->any()) @foreach ($errors->all() as $error)
{{ $error }}
@endforeach @endif --}}
@csrf
{{-- --}}
{{--
--}}
{{--
--}}
{{-- starting newly added --}}
@error('store_location_ids') {{ $message }} @enderror {{--
--}}
@if(warehouse_info()->is_using_vat == 1) @include('inventory.customer.vat_info') @endif
{{__('obs.go_back')}}
@endsection