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

Documents Upload

{{$user->domainName}}

Note: Download document first then upload duly signed and stamped document

Hard copy of Letter of Undertaking should be submitted within 10 days

@if(Session::has('message'))

{{ Session::get('message') }}

@endif
@php $ext = DB::table('domain_extensions')->where('id',42)->first(); $ids = explode(",",$ext->doc_ids); @endphp @foreach(\Illuminate\Support\Facades\DB::table('document_category')->whereIn('id',$ids)->get() as $key=> $doc) @if($doc->title == 'Letter of Undertaking' || $doc->title == 'Application Letter') @elseif($doc->title == 'Letter of Authorization') @else @endif @endforeach
Submit
@endsection @section("js") @endsection