@extends('layouts.AdminLayout') @section('content')

Upload Domain Documents

@if (Session::has('success'))
{{ Session::get('success') }}
@endif @if (Session::has('error'))
{{ Session::get('error') }}
@endif
@csrf Note:

Kindly, upload the following documents that are common for all the uploaded domains.

@foreach($DOC as $key => $val) @endforeach
@endsection @section("js") @endsection