@extends('admin.adminlayouts.adminlayout') @section('head') {!! HTML::style("assets/global/plugins/datatables/plugins/bootstrap/datatables.bootstrap.css")!!} {!! HTML::style("assets/global/plugins/bootstrap-datepicker/css/bootstrap-datepicker.css") !!} @stop @section('mainarea')

{{$pageTitle}}

{{--INLCUDE ERROR MESSAGE BOX--}} {{--END ERROR MESSAGE BOX--}}
{{$pageTitle}}
@foreach($licensesDef as $row) @endforeach
License Name Email Company SubDomain License Type Expires On created at status {{trans('core.action')}}
{{$row->license_number}} {{$row->name}} {{$row->email}} {{$row->company}} {{$row->subdomain}} {{$row->type}} {{date('d-M-Y', strtotime($row->expires_on))}} {{date('d-M-Y', strtotime($row->created_at))}} @php($color = ['Valid' => 'success', 'Expired' => 'danger', 'Disabled' => 'warning',]) {{$row->status}} {{trans('core.edit')}}
{{--License Types--}} {{--END License Types--}} @stop @section('footerjs') {!! HTML::script("assets/global/plugins/datatables/datatables.min.js")!!} {!! HTML::script("assets/global/plugins/datatables/plugins/bootstrap/datatables.bootstrap.js")!!} {!! HTML::script("assets/global/plugins/bootstrap-datepicker/js/bootstrap-datepicker.js") !!} {!! HTML::script("assets/admin/pages/scripts/components-pickers.js") !!} @stop