@extends('admin.layout.master') @section('title', 'Add Customer') @section('content') {{--
--}}

{{ ucfirst($routeGroup) }} Info

@if ($errors->any()) @foreach ($errors->all() as $error)
{{ $error }}
@endforeach @endif
@csrf
{{-- --}}
{{--
--}}
{{-- starting newly added --}}
{{-- starting newly added --}}
Go Back
{{-- @include('inventory.modal.add_group') --}} @endsection