@extends('admin.layout') @section('content')

{{ __('Vendor Balance') . ' : ' }} {{ $vendor->amount == null ? 0.0 : symbolPrice($vendor->amount) }}


@csrf

@endsection