@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')
License | Name | 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')}} |