@extends('Admin.master_layout.master') @section('title', getTitleInPage()) @section('header_menu') @parent @endsection @section('sidebar_menu') @parent @endsection @section('content')

{{ getTitleInPage() }} ({{ checkHOParentSubBranch($merchant->id)}} Branch) - Edit


@if (Session::has('message'))
{!! Session::get('message') !!}
@endif @foreach ($errors->all() as $error)

{{ $error }}

@endforeach @if (Session::has('success'))
{!! Session::get('success') !!}
@endif @if (Session::has('error'))
{!! Session::get('error') !!}
@endif
{{ getTitleInPage() }} ({{ checkHOParentSubBranch($merchant->id)}} Branch) - Edit
@if($merchant->is_approve_opening_balance != 1)
@else @endif

@if(checkCheackerUser(Auth::user()->admin_role_id,Auth::user()->id) == 1)
@if(checkHOParentSubBranch($merchant->id) == 'Sub') @else @endif
@endif
@if($is_parent_sub == 1) @else @endif
@if(checkCheackerUser(Auth::user()->admin_role_id,Auth::user()->id) == 1)
@endif
@if($merchant->is_approve_opening_balance != 1) @endif Cancel
@endsection @section('footer') @parent @endsection @section('extraa_script_and_js') @parent @endsection