| No | @lang("content.name") | @lang("content.created") | @lang("content.viewed") | @lang("content.actions") | |
|---|---|---|---|---|---|
| {{ $i + 1 }} | {{ $library->name }} | {{ $each->created_at }} | @if ($library) @if ($library->attachment_file) @endif @endif |
{!! Form::submit("Confirm", ["class" => "btn btn-success", "disabled"] ) !!}
|
|