@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, ]) !!}
@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')
{!! Form::close() !!}
@stop @section('javascript') @include('custom_website.javascript') @endsection