@extends('layouts.app') @section('head') @include('layouts.partials.headersection',['title'=>'Customer']) @endsection @section('content')

{{ __('Create Customer') }}

@csrf
{{ __('Subdomain Example') }}: sub1.{{ env('APP_PROTOCOLESS_URL') }}
@php $ext='\.'; $ext=str_replace('.', "", $ext); $paths=explode($ext, base_path()); $count=count($paths); @endphp Your Root Path: @foreach($paths as $key => $row) @php $key=$key+1; @endphp @if($key != $count){{ $row }}\@endif @endforeach
{{ __('Note') }}: {{ __('Before Add New Domain Please Create Domain Manually On Your Server The Domain Root Path Is Same With Your Project Directory') }}
@endsection @push('js') @endpush