@extends('layouts.admin') @section('content')
Edit Approved Package
@csrf
@if ($errors->has('package_amount')) {{ $errors->first('package_amount') }} @endif
@if ($errors->has('package_id')) {{ $errors->first('package_id') }} @endif
@if ($errors->has('agent_id')) {{ $errors->first('agent_id') }} @endif
@push('alljs') @endpush @endsection