@extends('admin.layouts.template') @section('page_heading') @section('content')

ระดับข้อมูล

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


ตารางข้อมูล
{{ link_to_route('dat.create','เพิ่มข้อมูล',null,['class'=>'btn btn-success']) }}
@foreach($dats as $dat) @foreach($in as $in1) @if($dat->id < 10 ) @else @endif @endforeach @endforeach
รหัส ชื่อข้อมูล ประเภทของการเก็บข้องมูล หมายเหตุ จัดการ
{{ $in1->initial}}0{{ $dat->id}} {{ $in1->initial}}{{ $dat->id}} {{ $dat->name}} @foreach($cs as $de) @if($dat->id ==$de->id ) {{ $de->type}} @endif @endforeach {{ $dat->remark}} {!! Form::open(array('route'=>['dat.destroy',$dat->id],'method'=>'DELETE')) !!} {!! Form::close() !!}

@stop