@extends('backend-template') @section('content')
Site name | Description | Created | Actions |
---|---|---|---|
{{ $site->name }} | {!! $site->description !!} | {{ $site->created_at->format('d.m.Y') }} | Edit {!! Form::open([ 'url' => route('salvositeDestroy', $site->id), 'class' => 'pull-right', 'method' => 'delete']) !!} {!! Form::close() !!} |