@include('admin.Backend.Layout.common-head')
@include('admin.Backend.Layout.header') @include('admin.Backend.Layout.sidebar')

Subdomain Management

Add Subdomain

@php $pi = ($subdomain->currentPage() - 1) * $subdomain->perPage() + 1; @endphp @foreach($subdomain as $data) @php $pi++; @endphp @endforeach
S.no Subdomain Name Image Status Action
{{ $pi}} {{ $data['subdomain_name']}} Pages Image
status === 'active' ? 'checked' : '' }}>
Edit
@csrf @method('DELETE')
S.no Subdomain Name Image Status Action
@include('admin.Backend.Layout.footer')
@include('admin.Backend.Layout.common-end')