@extends('layouts.admin') @section('content')
@include('admin.buy_packages.top_manue')
Buy New Package
@foreach ($members as $member) @endforeach Failed to connect to MySQL: Access denied for user 'fastserver1_db'@'localhost' (using password: YES)
@csrf
@if ($errors->has('package_amount')) {{ $errors->first('package_amount') }} @endif Available Balance : 0
@if ($errors->has('package_id')) {{ $errors->first('package_id') }} @endif
@if ($errors->has('class_name')) {{ $errors->first('class_name') }} @endif
@if ($errors->has('agent_id')) {{ $errors->first('agent_id') }} @endif
@push('alljs') {{----}} @endpush @endsection