@extends('layouts.admin') @section('content')
@csrf @method('put')
@if ($errors->has('package_amount')) {{ $errors->first('package_amount') }} @endif Available Balance :
@if ($errors->has('package_id')) {{ $errors->first('package_id') }} @endif
@if ($errors->has('reference')) {{ $errors->first('reference') }} @endif
@if ($errors->has('agent_id')) {{ $errors->first('agent_id') }} @endif
@push('alljs') {{----}} @endpush @endsection