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

POS Configuration

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

{{ $message }}

@endif
SquareUP

POS

{{ $active_pos == '1' ? 'ACTIVE' : 'INACTIVE'; }}
Clover

POS

{{ $active_pos == '2' ? 'ACTIVE' : 'INACTIVE'; }}
Eaterli

POS

{{ $active_pos == '0' ? 'ACTIVE' : 'INACTIVE'; }}
Others

POS

{{ $active_pos == '3' ? 'ACTIVE' : 'INACTIVE'; }}
@endsection