@extends('home') @section('title') {{ siteTitle() }} @endsection @section('styles') {!! Html::style(Theme::current()->assetPath.'/global/plugins/bootstrap-markdown/css/bootstrap-markdown.min.css') !!} {!! Html::style(Theme::current()->assetPath.'/global/plugins/bootstrap-fileinput/bootstrap-fileinput.css') !!} {!! Html::style(Theme::current()->assetPath.'/global/plugins/bootstrap-switch/css/bootstrap-switch.min.css') !!} @endsection @section('content')
{{__('Title')}} | {{__('Category')}} | {{__('Status')}} | {{__('Action')}} | ||||
---|---|---|---|---|---|---|---|
{{ $loop->index + $services->firstItem() }} | @if (@$item->photo) @elseif (@$item->image->small) @else @endif | {{ $item->title }} | {{ $item->id }} | {{ Form::open(['method' => 'DELETE', 'route' => ['admin.service.destroy', $item->id]]) }} {{ Form::close() }} |