@extends('layouts.default') @section('title') Seller Settings - {{ @$seller_details->seller_name }} @section('commonbuttons') @include('tally.common.individualcommonbuttons',['seller_id'=>$seller_id,'current_page'=>'settings']) @stop @stop @section('content')
{!! Form::open(array('url' => '#','id' => 'create-form','autocomplete'=>'off')) !!}
@foreach($setting_fields as $tab=>$options) @include('tally.settings.individual.'.$tab,['seller_id'=>$seller_id]) @endforeach
{{ Form::close() }}
@stop @section('more_scripts') @stop