@extends('layouts.app') {{-- Important Variables --}} @section('title') {{ $moduleName }}->{{ $createItemName }} @stop @section('top-bar') @include('includes.top-bar') @stop @section('left-sidebar') @include('includes.left-sidebar') @stop @section('content')
@csrf

{{ $createItemName }} {{ App\Models\Sell::find($item->sells_id)->customer->name }}


@if($action == 'edit') @include('admin.partials.bank',[ 'data'=>[ 'made_of_payment' =>$items->mode_of_payment, 'bank_id' =>$items->head_id, ]]) @else @include('admin.partials.bank') @endif

Payment Details


{{-- row start --}} {{-- @foreach ($items as $item) --}}
{{-- @endforeach --}}

@if ($action == 'edit') @else @endif {{ __('lang.back') }}
{{-- row end --}}
@stop @push('include-css') @endpush @push('include-js') @endpush