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

ระดับระบบสารสนเทศ

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


ตารางระบบสารสนเทศ
{{ link_to_route('app.create','เพิ่มระบบสารสนเทศ',null,['class'=>'btn btn-success']) }}
@foreach($apps as $app) @foreach($in as $in1) @if($app->id < 10 ) @else @endif @endforeach @endforeach
รหัส ชื่อ หน่วยงานที่เกี่ยวข้อง ปีที่เริ่มใช้ ภาษที่ใช้พัฒนา จัดการ
{{ $in1->initial}}0{{ $app->id}} {{ $in1->initial}}{{ $app->id}} {{ $app->name}} @foreach($des as $de) @if($app->id ==$de->id ) {{ $de->department_id}} @endif @endforeach {{ $app->getting_start_years}} {{ $app->develop_language}} {!! Form::open(array('route'=>['app.destroy',$app->id],'method'=>'DELETE')) !!} {!! Form::close() !!}
@stop