@extends('layouts.dmeadmin.master') @section('user_manage') active @endsection @section('company_manage') active @endsection @section('content') @php $CompanyName = isset($input['name']) ? $input['name'] : ''; $CompanyEmail = isset($input['email']) ? $input['email'] : ''; @endphp
Loading...
{{ Form::open(array('class'=>'form','method' => 'get')) }}
{{ Form::text('name', $CompanyName, array('class'=>'form-control','placeholder'=>'Company Name', 'id'=>'tags')) }}
{{ Form::text('email', $CompanyEmail, 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 !!