@extends('layouts.app') @section('template_title') Showing Themes @endsection @section('template_linked_css') @endsection @section('content')
ID | --}}{{ trans('themes.themesStatus') }} | {{ trans('themes.themesUsers') }} | {{ trans('themes.themesName') }} | {{ trans('themes.themesActions') }} | |||
---|---|---|---|---|---|---|---|
{{$aTheme->id}} | --}}{{ $themeStatus['name'] }} | {{ $themeUsers }} | {{$aTheme->name}} | {{ trans('themes.themesBtnShow') }} | {{ trans('themes.themesBtnEdit') }} | {!! Form::open(array('url' => 'themes/' . $aTheme->id, 'class' => '', 'data-toggle' => 'tooltip', 'title' => 'Delete Theme')) !!} {!! Form::hidden('_method', 'DELETE') !!} {!! Form::button(' Delete Theme', array('class' => 'btn btn-danger btn-sm','type' => 'button', 'style' =>'width: 100%;' ,'data-toggle' => 'modal', 'data-target' => '#confirmDelete', 'data-title' => trans('themes.confirmDeleteHdr'), 'data-message' => trans('themes.confirmDelete'))) !!} {!! Form::close() !!} |