@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))
@endif
Token | Customer | Staff | Schedule | Status | Actions | @foreach($apointinfo as $value)
---|---|---|---|---|---|
{{ $value->tokeno }} | {{ $value->custname }} | {{ $value->concern }} | {{ $value->scdultime }} | {{ $value->status }} |
|