@extends('panel.layouts.app') @section('page-title') {{ LaraCore::setting('html_prefix') }} {{ (LaraCore::setting('html_prefix') != '') ? '|' : '' }} Home @stop @section('custom-style') @stop @section('content')

Setup Steps

Billing Details
@if($billing_count == 0) @endif

{{$branch->name}}

{{$branch->address}}, {{$branch->city}}, {{$branch->zipcode}}.

{{$branch->person_name}}

+91 {{$branch->contact_no}}
  • GST: {{$branch->gstno}}
  • Bank Branch: {{$branch->bank_address}}
  • Bank A/C No: {{$branch->bank_acno}}
  • IFSC Code: {{$branch->ifsc_code}}
  • MICR Code: {{$branch->micr_code}}
  • PAN: {{$branch->pancard}}
Carriers | {{$carrier}}
@if($carrier > 0) @endif
Regions | {{$region}}
@if($region > 0) @endif
Package Types | {{$default_packagetype}}
@if($default_packagetype > 0) @endif
Quotations | {{$default_quotation}}
@if($default_quotation > 0) @endif
{{ Form::open( [ 'method'=> 'POST', 'url' => route('done.setup.step'), 'id'=> 'i_m_done_form']) }} {{ Form::hidden('branch_id',$branch->id) }} {{ Form::close() }}
@stop @section('custom-scripts') @stop