@extends('backend.layouts.master') @section('page-title', 'Transfer') @push('css') @endpush @section('invoice') @if ($userBranchId == 1) @if ($filterBranchId != null)
@csrf
@if ($userBranchId == 1) @php $branch_name = App\Models\Branch::where( 'id', $filterBranchId, )->first(); @endphp @else @endif

Product Variation Rate Transfer Quantity Sub Total Action
Grand Total
Transfer Now
@else

Please Select Branch

@endif @else
@csrf
@if ($userBranchId == 1) @php $branch_name = App\Models\Branch::where( 'id', $filterBranchId, )->first(); @endphp @else @endif

Product Variation Rate Transfer Quantity Sub Total Action
Grand Total
Transfer Now
@endif @endsection @push('js') @endpush