@extends('layouts.dashboard') @section('title', 'Integration') @section('content')
@if(Session::has('storeDetailsSaved'))
× {{ session('storeDetailsSaved') }}
@endif @if(Session::has('storeDetailsError'))
× {{ session('storeDetailsError') }}
@endif
@if(isset($integrationDetails) && !empty($integrationDetails))
@csrf
@else
@csrf
@endif
@endsection