@extends('admin.layouts.template') @section('page_heading') @section('content') {!! Html::style('/packages/dropzone/dropzone.css') !!}

ข้อมูลหลัก

เมนู

โปรดเลือกหน้าที่ต้องการ

สถานที่ตั้ง

@if(Session::has('message'))
{{ Session::get('message') }}
@endif


ตารางสถานที่ตั้ง
{{ link_to_route('place.create','เพิ่มสถานที่ตั้ง',null,['class'=>'btn btn-success']) }}
@foreach($place1 as $place) @endforeach
ชื่อ จัดการ
{{ $place->name}} {!! Form::open(array('route'=>['place.destroy',$place->id],'method'=>'DELETE')) !!} {{ link_to_route('place.edit','แก้ไข',[$place->id],['class'=>'btn btn-primary','id'=>'a']) }} {!! Form::button('ลบ',['class'=>'btn btn-danger del','type'=>'submit']) !!} {!! Form::close() !!}
@stop