@extends('layouts.app') @section('title', __('Shakya eCom Integration')) @section('content') @lang('Shakya eCom Integration') {!! Form::open([ 'url' => action('CustomWebsiteController@store'), 'method' => 'post', 'id' => 'website_edit_form', 'files' => true, ]) !!} @lang('Instructions') @lang('E-Com Integration') @lang('API Setting') @show_tooltip(__('Update API deatils')) @lang('Sync Order Setting') @lang('Sync Log') @include('custom_website.partials.deatils') @include('custom_website.partials.website_intergration') @include('custom_website.partials.api_deatils') @include('custom_website.partials.sync_order_setting') @include('custom_website.partials.sync_log') @lang('business.update_settings') {!! Form::close() !!} @stop @section('javascript') @include('custom_website.javascript') @endsection