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

POS Configuration

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

{{ $message }}

@endif
@php $pos_lists = array( array( "id" => "0", "name" => "Eaterli" ), array( "id" => "1", "name" => "SquareUP" ), array( "id" => "2", "name" => "Clover" ), array( "id" => "3", "name" => "Other" ), ); @endphp
@foreach( $pos_lists as $pos )
@endforeach
@foreach( $pos_lists as $pos )
@csrf @method('PUT') @if( $pos['id'] == '2' ) @if( $locations )
@endif
@endif @if( $pos['id'] == '0' )

You don't need access token for Eaterli POS.
Just click on the save button your POS will configured successfully.

@else
@endif
@endforeach
@endsection @section('script') @foreach( $pos_lists as $pos ) @endforeach @endsection