@extends('layouts.master') @section('title') Edit Location - {{ $location->AcLocationDesc }} @endsection @section('content')
Edit Location: {{ $location->AcLocationDesc }} @if ($location->IsActive == 'Y') Active @else Inactive @endif
@if(session('success')) @endif
@csrf @method('PUT')
Location Information (Read Only)
Incard Settings (Editable)
@error('IncardMerchantID')
{{ $message }}
@enderror
@error('IncardSecureCode')
{{ $message }}
@enderror
@error('IncardTerminalId')
{{ $message }}
@enderror
@endsection @section('script') @endsection