@extends('author.dashboard') @section('title', "View Microunits of Suite: $suite->suiteid") @section('stylesheets') @endsection @section('content')
# | ID | Title | Created at | Category | Actions |
---|---|---|---|---|---|
{{$microunit->id}} | {{$microunit->title}} | {{ date('j M. Y', strtotime($microunit->created_at)) }} | {{$microunit->category->name}} | View {!! Form::open(['route' => ['authpanel.stmu.detach', $suite->id, $microunit->id], 'method' => 'POST', 'id'=>'form-delete', 'style'=>'display:inline-block']) !!} @include('author.suites.modals.detach') {!! Form::close() !!} | |
# | ID | Title | Created at | Category | Actions |