@extends('app') @section('page-title') @if (isset($status))
@endif

Organization

@endsection @push('head-script') @endpush @section('content') @section('content')

View Organization

Total No. of Licences
{{ ucfirst($licenses) }}
No. of Active Licences
{{ ucfirst($active) }}
No. of Inactive Licences
{{ ucfirst($inactive) }}
Balance Licences
{{ ucfirst($balance) }}
Organization Expiry Date
{{ ucfirst($data->licence_expire_on) }}
Total No. of Employees
{{ ucfirst($employees) }}
Total No. of Workmans
{{ ucfirst($workmans) }}
@if($logs != '[]')

Licence Break Down

@foreach($logs as $val)
{{ ucfirst($val->no_of_employees) }}
@endforeach
@foreach($logs as $val)
{{ ucfirst($val->licence_expire_on) }}
@endforeach
@foreach($logs as $val)
{{ ucfirst($val->created_at) }}
@endforeach
@endif
@endsection @endsection @push('footer-script') @endpush