@extends('layouts.master') @section('title', $title) @section('content')

Company History

@if ($error = Session::get('error'))

{{ $error }}

@endif @if ($message = Session::get('message'))

{{ $message }}

@endif

:

{{ $company->company_id }}

:

{{ $company->company_name }}

:

{{ $company->address }}

:

{{ $company->state }}

:

{{ $company->mobile1 }}

:

{{ $company->mobile1 }}

:

{{ $company->key_technologies }}

:

:

{{ $company->created_at }}

:

{{ !empty($company->ownerUser) ? $company->ownerUser->name : '' }}

:

{{ $company->owner }}

:

{{ $company->is_hot }}

:

{{ $company->city }}

:

{{ $company->pincode }}

:

{{ $company->mobile2 }}

:

{{ $company->website }}

:

{{ $company->is_hot }}

:

:

{{ !empty($company->createdBy) ? $company->createdBy->name : '' }}

:

{{ !empty($company->ownerUser) ? $company->ownerUser->email : '' }}

@if(!empty($history)) @php $jobArr = $history->toArray(); @endphp @foreach($history as $res) @if($res->description) @if($value%5 == 0) @endif @endif @endforeach @endif
@endsection