@extends('layouts.app') @section('content')

@lang('general.create') @lang('general.payments')

@include('validate')

@lang('general.payments') @lang('general.details')

@if(is_null($branch)) @else
{{ $branch->branch_name }} @endif
@if(is_null($type)) @else
{{ ucfirst($type) }} @endif
@if($type == 'customer') @elseif($type == 'supplier') @endif
@csrf
@endsection @push('scripts') @endpush