@extends('layouts.customer') @section('content')

POS Start Log

@if ($message = Session::get('success'))

{{ $message }}

@endif
{{ dump($poslog) }}
@endsection @section('script') @endsection