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

Rechage Manager

@if($errors->any())

{{ implode('', $errors->all(':message')) }}

@endif
@csrf
@if ($errors->has('mobile_number')){{ $errors->first('mobile_number') }}@endif
@if ($errors->has('amount')){{ $errors->first('amount') }}@endif
@if ($errors->has('company_id')){{ $errors->first('company_id') }}@endif
@endsection