@extends('layouts.template') @section('content')
@if(session('msg_success')) @endif @if(session('msg_update')) @endif @if(session('msg_delete')) @endif
{{ Form::open(['url' => 'saveapoints', 'class' => 'form-horizontal', 'method' => 'post', 'files'=>true]) }}
{{ Form::close() }}
@if(isset($apointinfo)) @foreach($apointinfo as $value) @endforeach
Token Customer Staff Schedule Status Actions
{{ $value->tokeno }} {{ $value->custname }} {{ $value->concern }} {{ $value->scdultime }} {{ $value->status }}
@endif
{{ Form::open(['url' => 'updateapoints', 'class' => 'form-horizontal', 'method' => 'post', 'files'=>true]) }} {{ Form::close() }}

@stop