@extends('layouts.dmeadmin.master') @section('user_manage') active @endsection @section('company_manage') active @endsection @section('content')
{{ Form::open(array('class'=>'form','method'=>'GET')) }}
{{ Form::text('name', @$input['name'], array('class'=>'form-control','placeholder'=>'Company Name', 'id'=>'tags')) }}
{{ Form::text('email', @$input['email'], array('class'=>'form-control','placeholder'=>'Email')) }}
{{ Form::close() }}
@if(count($compList)>0) @foreach($compList as $cmpInfo) @endforeach @else {{ "" }} @endif
Company Name Email RPSL No Status Email Sent
{{ucwords($cmpInfo->name)}} {{$cmpInfo->email}} {{$cmpInfo->rpsl_no}}
{{$emailSent}}

Oops.! No Records Found !!